##// END OF EJS Templates
More Python 3 compatibility fixes in core.
More Python 3 compatibility fixes in core.

File last commit:

r4246:4232a692
r4745:ef3358bc
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()