Index
JupyterWidget
Bases: QtInProcessRichJupyterWidget
, QWidget
, QObject
Jupyter Qt Console Widget
variables
instance-attribute
The variables that are pushed to the kernel.
PropertyWidget
Bases: QWidget
, QObject
Widget for displaying property items.
__init__
__init__(
name: str,
value: float,
enabled: bool = None,
parent=None,
*args,
SpinBox: Type[QDoubleSpinBox] = QDoubleSpinBox,
**kwargs
)
Initialize the PropertyWidget.