##// END OF EJS Templates
mention alternate ! and !! short-hand in %quickref output for %sc and %sx...
mention alternate ! and !! short-hand in %quickref output for %sc and %sx closes #1215

File last commit:

r4246:4232a692
r7399:630e71df
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()