##// END OF EJS Templates
Minor, but important fixes to cut/copy/paste....
Minor, but important fixes to cut/copy/paste. When enabling paste, I was adding the click callback multiple times causing paste to overwrite multiple cells. I also found a bug that was doing paste above instead of paste below.

File last commit:

r4246:4232a692
r5912:6b309ce6
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()