Skip to content

jupyterwidget

JupyterWidget

Bases: QtInProcessRichJupyterWidget, QWidget, QObject

Jupyter Qt Console Widget

executed class-attribute

executed: SignalInstance = Signal(bool)

variables instance-attribute

variables: dict[str, ...] = {}

The variables that are pushed to the kernel.

__init__

__init__(*args, **kwargs)

execute

execute(source=None, hidden=False, interactive=False)

push

push(**kwargs)

Push variables to the kernel.

PARAMETER DESCRIPTION
**kwargs

The variables to push to the kernel.

DEFAULT: {}