Show More
@@ -479,6 +479,6 b' def make_session(user_ns = None):' | |||||
479 |
|
479 | |||
480 | WARNING: This should *not* be run when a session exists already.""" |
|
480 | WARNING: This should *not* be run when a session exists already.""" | |
481 |
|
481 | |||
482 | import IPython |
|
482 | import IPython.Shell | |
483 | return IPython.Shell.start(user_ns) |
|
483 | return IPython.Shell.start(user_ns) | |
484 |
|
484 |
General Comments 0
You need to be logged in to leave comments.
Login now