Show More
@@ -1,3 +1,10 b'' | |||||
|
1 | """ A simple example of using the Qt console with an in-process kernel. | |||
|
2 | ||||
|
3 | We shall see how to create the frontend widget, create an in-process kernel, | |||
|
4 | push Python objects into the kernel's namespace, and execute code in the | |||
|
5 | kernel, both directly and via the frontend widget. | |||
|
6 | """ | |||
|
7 | ||||
1 | from IPython.inprocess.ipkernel import InProcessKernel |
|
8 | from IPython.inprocess.ipkernel import InProcessKernel | |
2 | from IPython.frontend.qt.console.rich_ipython_widget import RichIPythonWidget |
|
9 | from IPython.frontend.qt.console.rich_ipython_widget import RichIPythonWidget | |
3 | from IPython.frontend.qt.inprocess_kernelmanager import QtInProcessKernelManager |
|
10 | from IPython.frontend.qt.inprocess_kernelmanager import QtInProcessKernelManager |
General Comments 0
You need to be logged in to leave comments.
Login now