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