##// END OF EJS Templates
Merge pull request #3749 from minrk/pytransform...
Merge pull request #3749 from minrk/pytransform convert IPython syntax to Python syntax in nbconvert python template adds ipython2python filter and uses it in python.tpl

File last commit:

r11177:a2a1f747
r11720:14c3b91d merge
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()