##// END OF EJS Templates
Add main ipython script entry point in same location as before.
Fernando Perez -
Show More
@@ -0,0 +1,10 b''
1 #!/usr/bin/env python
2 """Terminal-based IPython entry point.
3
4 Note: this is identical to IPython/frontend/terminal/scripts/ipython for now.
5 Once 0.11 is closer to release, we will likely need to reorganize the script
6 entry points."""
7
8 from IPython.frontend.terminal.ipapp import launch_new_instance
9
10 launch_new_instance()
General Comments 0
You need to be logged in to leave comments. Login now