##// END OF EJS Templates
Improving the save notification....
Improving the save notification. * Added last saved with time/date display. * Reimplemented save widget status updates.

File last commit:

r4246:4232a692
r5874:2d796a3f
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()