Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24b78a4

Browse files
committed
Use new entry point for python -m IPython
1 parent 56cc9a4 commit 24b78a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
# The full license is in the file COPYING.txt, distributed with this software.
1010
#-----------------------------------------------------------------------------
1111

12-
from IPython.terminal.ipapp import launch_new_instance
12+
from IPython import start_ipython
1313

14-
launch_new_instance()
14+
start_ipython()

0 commit comments

Comments
 (0)