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.