Bases: QtInProcessRichJupyterWidget
, QWidget
, QObject
Jupyter Qt Console Widget
executed: SignalInstance = Signal(bool)
The variables that are pushed to the kernel.
__init__(*args, **kwargs)
execute(source=None, hidden=False, interactive=False)
Push variables to the kernel.
PARAMETER |
DESCRIPTION |
**kwargs
|
The variables to push to the kernel.
DEFAULT:
{}
|