Jupyterlab Notifications Versions Save

Jupyterlab extension to show notebook cell completion notifications

0.4.1

2 years ago

🛠 Maintenance 🛠

  • Update docs to highlight other types of notifications (e.g. slack, email, mobile, telegram, etc)
  • Added ntfy + slack webhook screenshoted

0.4.0

2 years ago

✨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

2 years ago

Maintenance 🛠

  • Added .txt to license file
  • Added setup.cfg
  • Uploaded source archive to PyPI with License included #29

0.3.2

2 years ago

👾 Bug Fixes 👾

  • fixes "Notification icon does not show up on Binder or JupyterHub" #27

0.3.1

2 years ago

Maintenace

  • Include instructions for testing out the demo in Binder.
  • Add instructions and comments in the tutorial notebooks 📓 .

0.3.0

2 years ago

✨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

2 years ago

✨Updates✨

Remove browser alert for when permission is granted: PR #20: @sparanoid

0.2.1

2 years ago

👾Bug Fixes👾

Fix triggering notifications for minimum_execution_time > 60: PR #15, PR #16

0.2.0

3 years ago

✨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

3 years ago

👾Bug Fixes👾

  • Fix showing notification for Julia Kernel: Issue #6 , PR #7