##// END OF EJS Templates
Application.launch_instance...
Application.launch_instance removes `new` from method name, since it isn't accurate.

File last commit:

r11020:3bf3158c
r11176:7462fe1a
Show More
ipython
7 lines | 144 B | text/plain | TextLexer
Fernando Perez
Add main ipython script entry point in same location as before.
r2837 #!/usr/bin/env python
"""Terminal-based IPython entry point.
Fernando Perez
Update docstring
r4246 """
Fernando Perez
Add main ipython script entry point in same location as before.
r2837
Fernando Perez
Fix imports for plain terminal ipython and use a proper warn() call.
r11020 from IPython.terminal.ipapp import launch_new_instance
Fernando Perez
Add main ipython script entry point in same location as before.
r2837
launch_new_instance()