chirag-jn / notipyer

Notification Triggers for Python
https://pypi.org/project/notipyer/
GNU Affero General Public License v3.0
18 stars 2 forks source link

Jupyter notebook notifications #2

Open chirag-jn opened 3 years ago

chirag-jn commented 3 years ago

Add support for sending browser notifications from a jupyter notebook.

Inspiration: https://github.com/ShopRunner/jupyter-notify/

chirag-jn commented 3 years ago

The library shouldn't use magic for sending notification or else it defeats the purpose of building this library.

chirag-jn commented 3 years ago

https://www.geeksforgeeks.org/send-chrome-notification-using-python/