A minimal application using the Qt console-style IPython frontend.
This is not a complete console app, as subprocess will not be able to receive input, there is no real readline support, among other limitations.
Authors:
Bases: IPython.core.application.BaseIPythonApplication, IPython.consoleapp.IPythonConsoleApp
Configure the coloring of the widget
allow clean shutdown on sigint
alias of QtKernelClient
alias of QtKernelManager
Create and return new frontend attached to new kernel, launched on localhost.
Create and return a new frontend attached to an existing kernel.
Parameters: | current_widget : IPythonWidget
|
---|