Releases: mwakaba2/jupyterlab-notifications
Releases · mwakaba2/jupyterlab-notifications
0.4.1
🛠 Maintenance 🛠
- Update docs to highlight other types of notifications (e.g. slack, email, mobile, telegram, etc)
- Added ntfy + slack webhook screenshoted
0.4.0
✨New Features ✨
-
Option to get slack, email, mobile notifications, and more via ntfy
!! #31
Thank you @hayashiya18 for this great feature and @i-aki-y for testing and reviewing this! 🚀
-
Jupyterlab notifications is now available to install via conda-forge! #30 #29
Thank you @m-rossi for making this available on conda forge! 🌟
🛠 Maintenance 🛠
- Upgrade dependent package versions
0.3.3
Maintenance 🛠
- Added .txt to license file
- Added setup.cfg
- Uploaded source archive to PyPI with License included #29
0.3.2
👾 Bug Fixes 👾
- fixes "Notification icon does not show up on Binder or JupyterHub" #27
0.3.1
Maintenace
- Include instructions for testing out the demo in Binder.
- Add instructions and comments in the tutorial notebooks 📓 .
0.3.0
✨New Features ✨
Option to only get notified for the last selected notebook cell execution. #18
👾Bug Fixes👾
Fix displaying notification for failed cell executions. #10
Fix the cellStartTimes getting overwritten with multiple executions by introducing lru caches. #23
Use momentjs instead to calculate the cell execution time differences correctly #24
Thanks for the code reviews and suggestions @i-aki-y ! 🚀
0.2.2
✨Updates✨
Remove browser alert for when permission is granted: PR #20: @sparanoid
0.2.1
👾Bug Fixes👾
Fix triggering notifications for minimum_execution_time
> 60: PR #15, PR #16
0.2.0
✨New Features ✨
- Display notebook name in the Notification title. (#9)
- Option to display notebook cell index or cell execution count in the notification. (#13)
- Remove notebook name file extension from the title. (#14)
Thanks for your contributions @i-aki-y ! 🚀
0.1.5
👾Bug Fixes👾
- Fix showing notification for Julia Kernel: Issue #6 , PR #7