##// END OF EJS Templates
tweak `run -d` message to 'continue execution'...
tweak `run -d` message to 'continue execution' clarify any ambiguity with 'start'. closes #3464

File last commit:

r11020:3bf3158c
r11238:f3619e88
Show More
ipython
7 lines | 144 B | text/plain | TextLexer
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython.terminal.ipapp import launch_new_instance
launch_new_instance()