##// END OF EJS Templates
add 'running' class to running code cells...
add 'running' class to running code cells Will allow special styling of code cells that are running via `div.code_cell.running` in css. Currently, no change is made.

File last commit:

r4246:4232a692
r5221:c3da53bd
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()