-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Jupyterlab and Jupyter-classic both support a way to save the notebook such that it persists the widget data in the ipynb (see here). This can be used so that exporting a notebooks will show the widgets with the correct value. It is done by writing to the metadata portion of the ipynb, not by changing the output value saved in the ipynb. My question is
- Are we open to supporting this in nteract?
- If yes, how would we want to do it? Since widgets are written as an output, writing to metadata from within an output might be considered a bit of an anti-pattern
Metadata
Metadata
Assignees
Labels
No labels