##// END OF EJS Templates
Add description of test.
Add description of test.

File last commit:

r4246:4232a692
r6164:361c3d6d
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()