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
In JupyterLab 4.02 with the setting "save widget state automatically" enabled, I get the following message in the console when saving the notebook (even if there's no widget present in the notebook):
TypeError: this._context.model.metadata.set is not a function at f._saveState
The error does not come when the "save widget state automatically" setting is not activated.
In JupyterLab 4.02 with the setting "save widget state automatically" enabled, I get the following message in the console when saving the notebook (even if there's no widget present in the notebook):
The error does not come when the "save widget state automatically" setting is not activated.
here is the environment that I've used:
I've also tested this in an older version (pip install jupyterlab==3.6), and there it worked fine without the error.
Context: I've observed this error while working on this issue widgetti/ipyreact#40
The text was updated successfully, but these errors were encountered: