jupyter-notify icon indicating copy to clipboard operation
jupyter-notify copied to clipboard

Support jupyterlab

Open cphyc opened this issue 6 years ago • 8 comments

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 .

cphyc avatar May 01 '19 09:05 cphyc

Any update here?

sbatururimi avatar Aug 05 '19 05:08 sbatururimi

This would be great to get done!

hunterowens avatar Sep 03 '19 23:09 hunterowens

So this seems to be related to #40 which would be nice to be implemented.

DevMui avatar Dec 02 '19 21:12 DevMui

Thank you @cphyc for making this work with Jupyterlab! Is there any plan to merge this to master?

tinaxi avatar Mar 23 '20 18:03 tinaxi

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.

cphyc avatar Mar 24 '20 13:03 cphyc

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.

StefanBrand avatar Mar 25 '20 12:03 StefanBrand

Hi, it would be great to have this. Are there any updates?

mwakaba2 avatar Jan 07 '21 23:01 mwakaba2

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

mwakaba2 avatar Jul 09 '21 21:07 mwakaba2