Bases: QtInProcessRichJupyterWidget, QWidget, QObject
Jupyter Qt Console Widget
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:
{}
|