mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
jupyterhub_config.py
This commit is contained in:
@@ -11,6 +11,7 @@ c.JupyterHub.authenticator_class = DummyAuthenticator
|
||||
|
||||
try:
|
||||
from jupyterhub.spawners import SimpleSpawner
|
||||
c.JupyterHub.spawner_class = SimpleSpawner
|
||||
except ImportError:
|
||||
print("simplespawner not available. Try: `pip install jupyterhub-simplespawner`")
|
||||
else:
|
||||
|
Reference in New Issue
Block a user