ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Accessing the javascript widget models in JupyterLab

Open b-trav opened this issue 5 years ago • 6 comments

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)

b-trav avatar Feb 10 '20 07:02 b-trav