Show More
@@ -9,6 +9,6 b'' | |||
|
9 | 9 | # The full license is in the file COPYING.txt, distributed with this software. |
|
10 | 10 | #----------------------------------------------------------------------------- |
|
11 | 11 | |
|
12 | from IPython.terminal.ipapp import launch_new_instance | |
|
12 | from IPython import start_ipython | |
|
13 | 13 | |
|
14 | launch_new_instance() | |
|
14 | start_ipython() |
General Comments 0
You need to be logged in to leave comments.
Login now