-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
Description
Hi all,
I am trying to implement saving extra content in mime bundle in cell output on document saving in jupyter-widgets/ipywidgets#3107 . For this I was planning to use context.saveState.connect((sender, saveState) => ... but looking at
| this._saveState.emit('started'); |
This makes it impossible to do async tasks before saving the document. I was wondering if this is a design decision or a possible oversight, or simply not implemented.
cheers,
Maarten
tibdex