ACCC1380 commited on
Commit
4102897
1 Parent(s): 7291443

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
+ }