Show More
@@ -0,0 +1,14 b'' | |||
|
1 | # encoding: utf-8 | |
|
2 | """Terminal-based IPython entry point. | |
|
3 | """ | |
|
4 | #----------------------------------------------------------------------------- | |
|
5 | # Copyright (c) 2012, IPython Development Team. | |
|
6 | # | |
|
7 | # Distributed under the terms of the Modified BSD License. | |
|
8 | # | |
|
9 | # The full license is in the file COPYING.txt, distributed with this software. | |
|
10 | #----------------------------------------------------------------------------- | |
|
11 | ||
|
12 | from IPython.frontend.terminal.ipapp import launch_new_instance | |
|
13 | ||
|
14 | launch_new_instance() |
General Comments 0
You need to be logged in to leave comments.
Login now