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