Show More
@@ -106,7 +106,7 b' the execution.' | |||
|
106 | 106 | This is probably best explained with the simple example file below. You can |
|
107 | 107 | copy this into a file named ex_demo.py, and try running it via:: |
|
108 | 108 | |
|
109 | from IPython.demo import Demo | |
|
109 | from IPython.lib.demo import Demo | |
|
110 | 110 | d = Demo('ex_demo.py') |
|
111 | 111 | d() |
|
112 | 112 |
General Comments 0
You need to be logged in to leave comments.
Login now