##// END OF EJS Templates
Miscellaneous docs fixes
Miscellaneous docs fixes

File last commit:

r4246:4232a692
r9244:666fdfa8
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()