jupyter-notify
jupyter-notify copied to clipboard
Support jupyterlab
This adds support for jupyterlab. It injects the missing jquery library in contexts where it is missing. This has been tested against jupyter lab 0.35.5.
Fixes #33 .
Any update here?
This would be great to get done!
So this seems to be related to #40 which would be nice to be implemented.
Thank you @cphyc for making this work with Jupyterlab! Is there any plan to merge this to master?
Thank you @cphyc for making this work with Jupyterlab! Is there any plan to merge this to master?
This will likely require removing the dependency to jQuery in my PR. I would gladly hand it over to you if you feel like doing it.
Works in Jupyter Lab Version 1.0.1. I installed it like this in a Jupyter cell:
!pip uninstall jupyternotify -y
!pip install git+https://github.com/cphyc/jupyter-notify.git
%reload_ext jupyternotify
However, I also think it is preferable to remove the jQuery dependency altogether.
Hi, it would be great to have this. Are there any updates?
If anyone needs jupyterlab support, I created an extension that supports both browser notifications for jupyterlab and notebook. FYI this only supports Jupyterlab v3 and up. https://github.com/mwakaba2/jupyterlab-notifications