##// END OF EJS Templates
Fixing zero-install ipython.py script.
Brian Granger -
Show More
@@ -7,5 +7,6 b" in './scripts' directory. This file is here (ipython source root directory)"
7 to facilitate non-root 'zero-installation' (just copy the source tree
7 to facilitate non-root 'zero-installation' (just copy the source tree
8 somewhere and run ipython.py) and development. """
8 somewhere and run ipython.py) and development. """
9
9
10 import IPython.core.shell
10 from IPython.core.ipapp import launch_new_instance
11 IPython.core.shell.start().mainloop()
11
12 launch_new_instance()
General Comments 0
You need to be logged in to leave comments. Login now