I’m trying to do some work on the server side of the JupyterLab extension after the Notebook has been saved by the user (or automatically). I’m trying my best to avoid doubling the number of requests to the server, since the application is kinda high-traffic already, and it’s gonna get worse.
I tried digging through various JupyterLab ecosystem repos, but I wasn’t able to find which Handler to override to get what I want, and I wasn’t able to find that scenario documented.
So, if anyone has any idea on how to subscribe to the “save” events on the back-end side, or has some kind of relevant example, it would be super helpful.