##// END OF EJS Templates
Updating jQuery to 1.6.2 and jQuery UI to 1.8.14....
Updating jQuery to 1.6.2 and jQuery UI to 1.8.14. I have also added a focus.html files for testing focus related events.

File last commit:

r4246:4232a692
r4358:8766e94b
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()