##// END OF EJS Templates
Refactor paste magics and ipdoctest
Refactor paste magics and ipdoctest

File last commit:

r4246:4232a692
r10754:801b9cb9
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()