##// END OF EJS Templates
Merge pull request #754 from minrk/msg_id...
Merge pull request #754 from minrk/msg_id restore msg_id/msg_type aliases in top level of msg dict

File last commit:

r4246:4232a692
r4721:7ff2814e 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()