##// END OF EJS Templates
set some topics on IOPub messages...
set some topics on IOPub messages these are informally defined and have no effect, but we should be a bit better with them.

File last commit:

r11177:a2a1f747
r11697:ee929cdc
Show More
ipython
6 lines | 116 B | text/plain | TextLexer
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython import start_ipython
start_ipython()