Hi,
I have a jupyterlab extension that opens notebooks and automatically runs certain cells.
I want my extension to be notified when the user saves the notebook.
I took a look at notebookTracker but couldn’t figure out how to do it.
Is there a solution to this?
Regards