Skip to content

jupyterwidget

sgp.ui.widgets.jupyterwidget.JupyterWidget

Bases: QtInProcessRichJupyterWidget, QWidget, QObject

Jupyter Qt Console Widget

sgp.ui.widgets.jupyterwidget.JupyterWidget.push

push(context: dict = None, **kwargs)

Push variables to the kernel.

PARAMETER DESCRIPTION
context

The context to push to the kernel.

TYPE: dict DEFAULT: None

**kwargs

The variables to push to the kernel.

DEFAULT: {}