Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cc9a4 commit 24b78a4Copy full SHA for 24b78a4
1 file changed
IPython/__main__.py
@@ -9,6 +9,6 @@
9
# The full license is in the file COPYING.txt, distributed with this software.
10
#-----------------------------------------------------------------------------
11
12
-from IPython.terminal.ipapp import launch_new_instance
+from IPython import start_ipython
13
14
-launch_new_instance()
+start_ipython()
0 commit comments