Files
jupyterhub/demo-image/jupyterhub_config.py
2020-05-28 17:35:42 +03:00

8 lines
184 B
Python

# Configuration file for jupyterhub-demo
c = get_config()
# Use DummyAuthenticator and SympleSpawner
c.JupyterHub.spawner_class = "simple"
c.JupyterHub.authenticator_class = "dummy"