Show More
@@ -25,5 +25,5 b' to use the new IPython.core.shell module"""' | |||||
25 |
|
25 | |||
26 | warn(msg, category=DeprecationWarning, stacklevel=1) |
|
26 | warn(msg, category=DeprecationWarning, stacklevel=1) | |
27 |
|
27 | |||
28 |
from IPython.core.shell import |
|
28 | from IPython.core.shell import start, IPShell, IPShellEmbed | |
29 |
|
29 |
@@ -31,7 +31,7 b' else:' | |||||
31 | '-po','Out<\\#>: ','-nosep'] |
|
31 | '-po','Out<\\#>: ','-nosep'] | |
32 |
|
32 | |||
33 | # First import the embeddable shell class |
|
33 | # First import the embeddable shell class | |
34 |
from IPython. |
|
34 | from IPython.core.shell import IPShellEmbed | |
35 |
|
35 | |||
36 | # Now create an instance of the embeddable shell. The first argument is a |
|
36 | # Now create an instance of the embeddable shell. The first argument is a | |
37 | # string with options exactly as you would type them if you were starting |
|
37 | # string with options exactly as you would type them if you were starting |
General Comments 0
You need to be logged in to leave comments.
Login now