From 9d9b1ed81ca4337ab32d1b2923668fa5f56965db Mon Sep 17 00:00:00 2001 From: Benoit Seignovert Date: Fri, 23 Feb 2024 15:24:53 +0100 Subject: [PATCH] Add jupyterhub config --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8fb078e..469aee5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ To activate the virtual environement globally: source .venv/bin/activate ``` +JupyterHub config +----------------- + +In `jupyterhub_config.py`, add: +```txt +c.JupyterHub.spawner_class = 'glicid-spawner' +``` + +At the moment, you also need to change the `c.GlicidSpawner.batch_script`. +This will be be included in the future. + External ressources -------------------