How to listen for activity?
Thanks for writing such an cool package! I'm having some fun hacking around with it.
I'm curious about one feature mentioned in the readme:
- Listen to JupyterLab signals (notebook opened, console closed) and trigger Python callbacks
Apologies if I missed it, but I can't seem to find any documentation about it.
Would anyone please be willing to point me into the right direction?
Thanks @RensDimmendaal!
This list of features is a bit confusing, because not everything is implemented yet. I guess it's a bit confusing because the line above says:
The goal is to provide access to most of the JupyterLab environment from Python notebooks.
Maybe we should update the README and list desired features in a different TODO list.
Ah ok. Thanks for replying. All the best!