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
and indeed, this toggles the saveWidgetState. If it was off before, it's on afterward.
That's great, however this is not very useful in a real live scenario.
It would be amazing to explicitly turn saveWidgetState on or respectively off.
Would that be possible as well?
I'm looking for a snippet similar to
but instead of insert-cell-below, I would like to disable "save widget state automatically".
That way, I could enable "save widget state automatically" by default for all my notebooks, and exclude some notebooks where I don't want to save widget states.
Here's a list of notebook commands that I found, but I don't know which one is right for disabling saving the widget state
https://github.com/jupyterlab/jupyterlab/blob/49f6ec28b738243a53a947d544bebafafcbd4a73/packages/notebook-extension/src/index.ts#L136-L325
Looking forward to suggestions and ideas!
The text was updated successfully, but these errors were encountered: