##// END OF EJS Templates
Allow loadpy to load remote URLs that don't end in .py
Allow loadpy to load remote URLs that don't end in .py

File last commit:

r4246:4232a692
r5748:1a932e10
Show More
ipython
7 lines | 153 B | text/plain | TextLexer
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython.frontend.terminal.ipapp import launch_new_instance
launch_new_instance()