##// END OF EJS Templates
Add drop_by_id method to shell, to remove variables added by extensions.
Add drop_by_id method to shell, to remove variables added by extensions.

File last commit:

r4246:4232a692
r5068:9d7799b8
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()