From 18507fd21b7a7709133d8f3049c683e1abffcda2 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 24 Jan 2025 10:35:59 +0530 Subject: jupyter update --- .../apputils-extension/notification.jupyterlab-settings | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings (limited to '.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings') diff --git a/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings b/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings new file mode 100644 index 0000000..1cf5d98 --- /dev/null +++ b/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings @@ -0,0 +1,10 @@ +{ + // Notifications + // @jupyterlab/apputils-extension:notification + // Notifications settings. + // ******************************************* + + // Fetch official Jupyter news + // Whether to fetch news from Jupyter news feed. If `true`, it will make a request to a website. + "fetchNews": "false" +} \ No newline at end of file -- cgit v1.2.3