jupyter-widgets-contrib / ipysheet

Jupyter handsontable integration
MIT License
539 stars 68 forks source link

ipysheet persistence? #228

Open jkitchin opened 2 years ago

jkitchin commented 2 years ago

Is it expected that an ipysheet should be persistent, i.e. If you make a widget, fill in the sheet, save and close the notebook, should the values be there when you open it back up?

Starting point:

image

after closing and shutting down the notebook, on reopen I see:

image

If I just reload the page, I see this:

image
jasongrout-db commented 2 years ago

Are you saving widget state automatically when you save the notebook? In JupyterLab, see the option under the settings menu.

jkitchin commented 2 years ago

yes, i think the widget state is automatically saved:

image