Show More
@@ -36,6 +36,7 b' from IPython.config.configurable import Configurable' | |||||
36 | from IPython.core.profiledir import ProfileDir |
|
36 | from IPython.core.profiledir import ProfileDir | |
37 | from IPython.lib.kernel import tunnel_to_kernel, find_connection_file, swallow_argv |
|
37 | from IPython.lib.kernel import tunnel_to_kernel, find_connection_file, swallow_argv | |
38 | from IPython.zmq.blockingkernelmanager import BlockingKernelManager |
|
38 | from IPython.zmq.blockingkernelmanager import BlockingKernelManager | |
|
39 | from IPython.zmq.kernelmanager import KernelManager | |||
39 | from IPython.utils.path import filefind |
|
40 | from IPython.utils.path import filefind | |
40 | from IPython.utils.py3compat import str_to_bytes |
|
41 | from IPython.utils.py3compat import str_to_bytes | |
41 | from IPython.utils.traitlets import ( |
|
42 | from IPython.utils.traitlets import ( | |
@@ -110,7 +111,7 b' aliases.update(app_aliases)' | |||||
110 | # IPythonConsole |
|
111 | # IPythonConsole | |
111 | #----------------------------------------------------------------------------- |
|
112 | #----------------------------------------------------------------------------- | |
112 |
|
113 | |||
113 | classes = [IPKernelApp, ZMQInteractiveShell, ProfileDir, Session] |
|
114 | classes = [IPKernelApp, ZMQInteractiveShell, KernelManager, ProfileDir, Session] | |
114 |
|
115 | |||
115 | try: |
|
116 | try: | |
116 | from IPython.zmq.pylab.backend_inline import InlineBackend |
|
117 | from IPython.zmq.pylab.backend_inline import InlineBackend |
General Comments 0
You need to be logged in to leave comments.
Login now