Skip to content

Commit 012125b

Browse files
committed
Add main ipython script entry point in same location as before.
1 parent fb2f963 commit 012125b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

IPython/scripts/ipython

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)