##// END OF EJS Templates
moved getdefaultencoding from text to py3compat
moved getdefaultencoding from text to py3compat

File last commit:

r4246:4232a692
r6653:521fe811
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()