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

Tune jupyterlab parametrers - annotations, checkpoints, conda env

parent 700b0358
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,10 @@ singleuser:
cd .
exec jupyterhub-singleuser "$@"
exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--LabApp.news_url=None \
"$@"
hub:
services:
......@@ -144,6 +147,8 @@ hub:
authenticate_prometheus: false
authenticator_class: egi_notebooks_hub.egiauthenticator.EOSCNodeAuthenticator
# spawner_class: (in egi-notebooks-b2drop)
LabApp:
check_for_updates_class: jupyterlab.NeverCheckForUpdate
extraConfig:
egi-notebooks-welcome: |-
from egi_notebooks_hub.welcome import WelcomeHandler
......@@ -326,7 +331,6 @@ hub:
c.JupyterHub.spawner_class = WebDavOIDCSpawner
c.B2DropSpawner.http_timeout = 90
c.B2DropSpawner.args = ["--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints'"]
c.B2DropSpawner.profile_form_template = """
<style>
/*
......
......@@ -120,7 +120,10 @@ singleuser:
cd .
exec jupyterhub-singleuser "$@"
exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--LabApp.news_url=None \
"$@"
hub:
services:
......@@ -162,6 +165,8 @@ hub:
authenticate_prometheus: false
authenticator_class: egi_notebooks_hub.egiauthenticator.EOSCNodeAuthenticator
# spawner_class: (in egi-notebooks-b2drop)
LabApp:
check_for_updates_class: jupyterlab.NeverCheckForUpdate
extraConfig:
egi-notebooks-welcome: |-
from egi_notebooks_hub.welcome import WelcomeHandler
......@@ -345,7 +350,6 @@ hub:
# c.JupyterHub.spawner_class = WebDavOIDCSpawner
c.JupyterHub.spawner_class = B2DropSpawner
c.B2DropSpawner.http_timeout = 90
c.B2DropSpawner.args = ["--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints'"]
c.B2DropSpawner.profile_form_template = """
<style>
/*
......
......@@ -121,7 +121,10 @@ singleuser:
cd .
exec jupyterhub-singleuser "$@"
exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--LabApp.news_url=None \
"$@"
hub:
services:
......@@ -163,6 +166,8 @@ hub:
authenticate_prometheus: false
authenticator_class: egi_notebooks_hub.egiauthenticator.EOSCNodeAuthenticator
# spawner_class: (in egi-notebooks-b2drop)
LabApp:
check_for_updates_class: jupyterlab.NeverCheckForUpdate
extraConfig:
egi-notebooks-welcome: |-
from egi_notebooks_hub.welcome import WelcomeHandler
......@@ -345,7 +350,6 @@ hub:
c.JupyterHub.spawner_class = WebDavOIDCSpawner
c.B2DropSpawner.http_timeout = 90
c.B2DropSpawner.args = ["--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints'"]
c.B2DropSpawner.profile_form_template = """
<style>
/*
......
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