##// END OF EJS Templates
'ipython' startup script: import IPython.Shell directly.
Ville M. Vainio -
Show More
@@ -23,5 +23,5 b' this mode, there is no way to pass IPython any command-line options, as those'
23 23 are trapped first by Python itself.
24 24 """
25 25
26 import IPython
26 import IPython.Shell
27 27 IPython.Shell.start().mainloop()
General Comments 0
You need to be logged in to leave comments. Login now