Skip to content

KamalGalrani/jupyterhub-nativespawner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
...

Releases

No releases published

Packages

No packages published

Languages