##// END OF EJS Templates
Merge branch 'docs', fixes to docs and a few small things I bumped into....
Merge branch 'docs', fixes to docs and a few small things I bumped into. From now on, will only touch documentation so the RC can be cut as close as possible to the final 0.11.

File last commit:

r4246:4232a692
r4255:10086a90 merge
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()