##// END OF EJS Templates
Fix imports for plain terminal ipython and use a proper warn() call.
Fix imports for plain terminal ipython and use a proper warn() call.

File last commit:

r11020:3bf3158c
r11020:3bf3158c
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()