Show More
@@ -1,4 +1,3 b'' | |||
|
1 | #!/usr/bin/env python | |
|
2 | 1 |
|
|
3 | 2 | """ |
|
4 | 3 | The :class:`~traitlets.config.application.Application` object for the command |
@@ -337,7 +336,3 b' def load_default_config(ipython_dir=None):' | |||
|
337 | 336 | return app.config |
|
338 | 337 | |
|
339 | 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