You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that state for snippet instances persists on reload.
Relevant classes from the JupyterLab API that can help with implementing the feature:
NotebookPanel class link, represents the entire open notebook:
interesting functions / props :
-> .content ->notebook instance
-> .node -> DOM node of the full panel
Notebook class link
interesting functions / props :
-> activeCell
->.widgets