##// END OF EJS Templates
use App.instance() in launch_new_instance...
MinRK -
Show More
@@ -345,10 +345,8 b' def load_default_config(ipython_dir=None):'
345
345
346 def launch_new_instance():
346 def launch_new_instance():
347 """Create and run a full blown IPython instance"""
347 """Create and run a full blown IPython instance"""
348 app = TerminalIPythonApp()
348 app = TerminalIPythonApp.instance()
349 app.initialize()
349 app.initialize()
350 # print app.config
351 # print app.profile_dir.location
352 app.start()
350 app.start()
353
351
354
352
General Comments 0
You need to be logged in to leave comments. Login now