We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2f963 commit 012125bCopy full SHA for 012125b
1 file changed
IPython/scripts/ipython
@@ -0,0 +1,10 @@
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()
0 commit comments