Skip to content

Commit ece9667

Browse files
committed
Silence all jlab notifications
1 parent 7b23621 commit ece9667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

initsmnb/upgrade-jupyter.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@ cat << 'EOF' > $JUPYTER_CONFIG_ROOT/apputils-extension/notification.jupyterlab-s
356356
// to be active. If `true`, it will make a request to a website.
357357
"checkForUpdates": false,
358358
359+
// Silence all notifications
360+
// If `true`, no toast notifications will be automatically displayed.
361+
"doNotDisturbMode": true,
362+
359363
// Fetch official Jupyter news
360364
// Whether to fetch news from Jupyter news feed. If `true`, it will make a request to a website.
361365
"fetchNews": "false"

0 commit comments

Comments
 (0)