Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 377 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 377 Bytes

Native Spawner

  1. Clone and install
git clone https://github.com/KamalGalrani/jupyterhub-nativespawner
cd jupyterhub-nativespawner
pip install -e .
  1. Configure Jupyterhub
...
c.JupyterHub.spawner_class = 'nativespawner.NativeSpawner'
# user notebooks are stored in separate directories within this directory
c.Spawner.storage = '/opt/jupyterhub/users'
...