##// END OF EJS Templates
Using IPython.utils.keycodes in the nb rename dialog.
Using IPython.utils.keycodes in the nb rename dialog.

File last commit:

r4246:4232a692
r7248:3346de2a
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()