ShopRunner / jupyter-notify

A Jupyter Notebook magic for browser notifications of cell completion
BSD 3-Clause "New" or "Revised" License
581 stars 40 forks source link

Any interest in adding a sound option? #50

Open fny opened 2 years ago

fny commented 2 years ago

I've hacked an alarm sound using the following JS on a remote server I use whenever a cell finishes.

new Audio('data:audio/wav;base64,UklGRl9vT19XQVZFZm10IBAAAAABAAEAQB8AAEAfAAABAAgAZGF0YU'+Array(1e3).join(123)).play()

If the package maintainers are interested, I'd be willing to add this feature as a flag.

Nikki-Gu commented 4 months ago

Hello,I am really interested in this feature, but this repo seems deprecated. Could you provide more information on this feature in new repository? Thank you! Looking forward to your reply sincerely.