##// END OF EJS Templates
Changing position property to static for a more robust fix.
Changing position property to static for a more robust fix.

File last commit:

r11177:a2a1f747
r13172:fc1da6b8
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()