##// END OF EJS Templates
Minor changes to heading cell in nbformat.
Minor changes to heading cell in nbformat.

File last commit:

r4246:4232a692
r6020:8db1b1ff
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()