Upload .jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings with huggingface_hub
Browse files
.jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
// Notifications
|
3 |
+
// @jupyterlab/apputils-extension:notification
|
4 |
+
// Notifications settings.
|
5 |
+
// *******************************************
|
6 |
+
|
7 |
+
// Fetch official Jupyter news
|
8 |
+
// Whether to fetch news from Jupyter news feed. If `true`, it will make a request to a website.
|
9 |
+
"fetchNews": "false"
|
10 |
+
}
|