Add jupyterhub config
This commit is contained in:
parent
77b4c64f88
commit
9d9b1ed81c
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -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
|
||||||
-------------------
|
-------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue