Show More
@@ -1,4 +1,3 | |||||
1 | #!/usr/bin/env python |
|
|||
2 |
|
|
1 | # encoding: utf-8 | |
3 | """ |
|
2 | """ | |
4 | The :class:`~traitlets.config.application.Application` object for the command |
|
3 | The :class:`~traitlets.config.application.Application` object for the command | |
@@ -337,7 +336,3 def load_default_config(ipython_dir=None): | |||||
337 | return app.config |
|
336 | return app.config | |
338 |
|
337 | |||
339 | launch_new_instance = TerminalIPythonApp.launch_instance |
|
338 | launch_new_instance = TerminalIPythonApp.launch_instance | |
340 |
|
||||
341 |
|
||||
342 | if __name__ == '__main__': |
|
|||
343 | launch_new_instance() |
|
General Comments 0
You need to be logged in to leave comments.
Login now