File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/jupyter_contrib_nbextensions/nbextensions/notify Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ Parameters:
13
13
input_type : checkbox
14
14
default : false
15
15
- name : notify.play_sound
16
- description : Play notification sound. (Not yet supported in browsers)
16
+ description : Play notification sound.
17
17
input_type : checkbox
18
18
default : false
Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ You may configure the plugin so that notifications require manual dismissal
20
20
before disappearing. Browser support is limited, see
21
21
[ here] ( https://developer.mozilla.org/en-US/docs/Web/API/notification/requireInteraction )
22
22
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.
26
24
27
25
![ notification] ( notification.png " notification ")
28
26
You can’t perform that action at this time.
0 commit comments