##// END OF EJS Templates
Fix inprocess_qtconsole example
Martin Spacek -
Show More
@@ -5,7 +5,7 b" push Python objects into the kernel's namespace, and execute code in the"
5 kernel, both directly and via the frontend widget.
5 kernel, both directly and via the frontend widget.
6 """
6 """
7
7
8 from IPython.inprocess.ipkernel import InProcessKernel
8 from IPython.kernel.inprocess.ipkernel import InProcessKernel
9 from IPython.frontend.qt.console.rich_ipython_widget import RichIPythonWidget
9 from IPython.frontend.qt.console.rich_ipython_widget import RichIPythonWidget
10 from IPython.frontend.qt.inprocess_kernelmanager import QtInProcessKernelManager
10 from IPython.frontend.qt.inprocess_kernelmanager import QtInProcessKernelManager
11 from IPython.lib import guisupport
11 from IPython.lib import guisupport
General Comments 0
You need to be logged in to leave comments. Login now