##// 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
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython.terminal.ipapp import launch_new_instance
launch_new_instance()