##// END OF EJS Templates
Replace exec/eval with proper __import__....
r11019:4350decf
Show More
ipython
7 lines | 153 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
from IPython.frontend.terminal.ipapp import launch_new_instance
launch_new_instance()