Add jupyterhub config

This commit is contained in:
Benoît Seignovert 2024-02-23 15:24:53 +01:00
parent 77b4c64f88
commit 9d9b1ed81c
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B

View file

@ -32,6 +32,17 @@ To activate the virtual environement globally:
source .venv/bin/activate 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 External ressources
------------------- -------------------