ipywidgets
ipywidgets copied to clipboard
Accessing the javascript widget models in JupyterLab
I would like to be able to access the javascript widget models in a notebook.
Using Classic Jupyter Notebook, I can access these models using:
%%javascript
var manager = IPython.WidgetManager._manager[0];
Is there an equivalent command in JupyterLab? (I have installed @jupyterlab-manager)