Skip to content

Commit 42c28ac

Browse files
committed
Update notify documentation.
1 parent cde7bd6 commit 42c28ac

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/jupyter_contrib_nbextensions/nbextensions/notify/notify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Parameters:
1313
input_type: checkbox
1414
default: false
1515
- name: notify.play_sound
16-
description: Play notification sound. (Not yet supported in browsers)
16+
description: Play notification sound.
1717
input_type: checkbox
1818
default: false

src/jupyter_contrib_nbextensions/nbextensions/notify/readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ You may configure the plugin so that notifications require manual dismissal
2020
before disappearing. Browser support is limited, see
2121
[here](https://developer.mozilla.org/en-US/docs/Web/API/notification/requireInteraction)
2222
to check if your browser supports this. You may also configure the plugin so
23-
that notifications play a sound, although this is currently
24-
[unsupported](https://developer.mozilla.org/en-US/docs/Web/API/notification/sound)
25-
in all major browsers.
23+
that notifications play a sound.
2624

2725
![notification](notification.png "notification")
2826

0 commit comments

Comments
 (0)