We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ipapp.py
2 parents b6d55c2 + 0e53f60 commit 3c4121fCopy full SHA for 3c4121f
IPython/terminal/ipapp.py
@@ -1,4 +1,3 @@
1
-#!/usr/bin/env python
2
# encoding: utf-8
3
"""
4
The :class:`~traitlets.config.application.Application` object for the command
@@ -337,7 +336,3 @@ def load_default_config(ipython_dir=None):
337
336
return app.config
338
339
launch_new_instance = TerminalIPythonApp.launch_instance
340
-
341
342
-if __name__ == '__main__':
343
- launch_new_instance()
0 commit comments