##// END OF EJS Templates
Merge pull request #3628 from takluyver/win-test-aggressive-namespace-cleanup...
Merge pull request #3628 from takluyver/win-test-aggressive-namespace-cleanup Fix test for Python 3 on Windows.

File last commit:

r11177:a2a1f747
r11349:55283878 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()