##// END OF EJS Templates
Merge pull request #2869 from ellisonbg/toolbar-select...
Merge pull request #2869 from ellisonbg/toolbar-select Fixing styling of toolbar selects (cell type, toolbar type) on FF. FF needed padding 0 on that element.

File last commit:

r4246:4232a692
r9409:82c75251 merge
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()