##// END OF EJS Templates
DOC: Add module-level docstring to in-process kernel example.
epatters -
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 8 from IPython.inprocess.ipkernel import InProcessKernel
2 9 from IPython.frontend.qt.console.rich_ipython_widget import RichIPythonWidget
3 10 from IPython.frontend.qt.inprocess_kernelmanager import QtInProcessKernelManager
General Comments 0
You need to be logged in to leave comments. Login now