##// END OF EJS Templates
Update irunner - needs work on pexpect to work in Python 3.
Update irunner - needs work on pexpect to work in Python 3.

File last commit:

r4246:4232a692
r4893:d5ec58fa
Show More
ipython
7 lines | 153 B | text/plain | TextLexer
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython.frontend.terminal.ipapp import launch_new_instance
launch_new_instance()