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