We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b23621 commit ece9667Copy full SHA for ece9667
initsmnb/upgrade-jupyter.sh
@@ -356,6 +356,10 @@ cat << 'EOF' > $JUPYTER_CONFIG_ROOT/apputils-extension/notification.jupyterlab-s
356
// to be active. If `true`, it will make a request to a website.
357
"checkForUpdates": false,
358
359
+ // Silence all notifications
360
+ // If `true`, no toast notifications will be automatically displayed.
361
+ "doNotDisturbMode": true,
362
+
363
// Fetch official Jupyter news
364
// Whether to fetch news from Jupyter news feed. If `true`, it will make a request to a website.
365
"fetchNews": "false"
0 commit comments