Skip to content
Snippets Groups Projects
Commit 42de1bc9 authored by František Dvořák's avatar František Dvořák
Browse files

Disable news and updates - cleanups

parent a9c80455
No related branches found
No related tags found
No related merge requests found
...@@ -104,9 +104,27 @@ singleuser: ...@@ -104,9 +104,27 @@ singleuser:
exec jupyterhub-singleuser \ exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \ --FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--LabApp.news_url=None \
--NotebookNotary.db_file=':memory:' \ --NotebookNotary.db_file=':memory:' \
"$@" "$@"
disable-labnews:
mode: 0644
mountPath: /opt/conda/share/jupyter/lab/settings/overrides.json
stringData: |-
{
"@jupyterlab/apputils-extension:notification": {
"checkForUpdates": "false",
"fetchNews": "false"
},
"@jupyterlab/application-extension:context-menu": {
"contextMenu": [
{
"command": "filebrowser:share-main",
"selector": ".jp-DirListing-item[data-isdir]",
"disabled": true
}
]
}
}
hub: hub:
services: services:
......
...@@ -122,7 +122,6 @@ singleuser: ...@@ -122,7 +122,6 @@ singleuser:
exec jupyterhub-singleuser \ exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \ --FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--LabApp.news_url=None \
--NotebookNotary.db_file=':memory:' \ --NotebookNotary.db_file=':memory:' \
"$@" "$@"
disable-labnews: disable-labnews:
......
...@@ -123,9 +123,27 @@ singleuser: ...@@ -123,9 +123,27 @@ singleuser:
exec jupyterhub-singleuser \ exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \ --FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--LabApp.news_url=None \
--NotebookNotary.db_file=':memory:' \ --NotebookNotary.db_file=':memory:' \
"$@" "$@"
disable-labnews:
mode: 0644
mountPath: /opt/conda/share/jupyter/lab/settings/overrides.json
stringData: |-
{
"@jupyterlab/apputils-extension:notification": {
"checkForUpdates": "false",
"fetchNews": "false"
},
"@jupyterlab/application-extension:context-menu": {
"contextMenu": [
{
"command": "filebrowser:share-main",
"selector": ".jp-DirListing-item[data-isdir]",
"disabled": true
}
]
}
}
hub: hub:
services: services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment