##// END OF EJS Templates
Renaming user cookie to username to better match usage.
Renaming user cookie to username to better match usage.

File last commit:

r4246:4232a692
r5115:9d269990
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()