##// END OF EJS Templates
Backport PR #4213: fixed dead link in examples/notebooks readme to Part 3...
Backport PR #4213: fixed dead link in examples/notebooks readme to Part 3 When the title and link for Part 3 were updated, the readme was not updated.

File last commit:

r11177:a2a1f747
r13956:831902b7
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()