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

Merge branch 'disable-labnews' into 'master'

Disable labnews

See merge request !3
parents c86884e1 572a2af5
No related branches found
No related tags found
1 merge request!3Disable labnews
...@@ -125,6 +125,24 @@ singleuser: ...@@ -125,6 +125,24 @@ singleuser:
--LabApp.news_url=None \ --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": {
"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