using_pip/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings

18 lines
704 B
Text
Raw Normal View History

2025-10-20 03:23:45 +00:00
{
// Notifications
// @jupyterlab/apputils-extension:notification
// Notifications settings.
// *******************************************
// Check for JupyterLab updates
// Whether to check for newer version of JupyterLab or not. It requires `fetchNews` to be `true` to be active. If `true`, it will make a request to a website.
"checkForUpdates": false,
// Silence all notifications
// If `true`, no toast notifications will be automatically displayed.
"doNotDisturbMode": true,
// Fetch official Jupyter news
// Whether to fetch news from Jupyter news feed. If `true`, it will make a request to a website.
"fetchNews": "false"
}