Show More
@@ -1,9 +1,6 b'' | |||||
1 | #!/usr/bin/env python |
|
1 | #!/usr/bin/env python | |
2 | """Terminal-based IPython entry point. |
|
2 | """Terminal-based IPython entry point. | |
3 |
|
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 |
|
4 | |||
8 | from IPython.frontend.terminal.ipapp import launch_new_instance |
|
5 | from IPython.frontend.terminal.ipapp import launch_new_instance | |
9 |
|
6 |
General Comments 0
You need to be logged in to leave comments.
Login now