mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
tetsing/
This commit is contained in:
@@ -10,7 +10,7 @@ c = get_config() # noqa
|
|||||||
c.JupyterHub.authenticator_class = DummyAuthenticator
|
c.JupyterHub.authenticator_class = DummyAuthenticator
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from simplespawner import SimpleLocalProcessSpawner
|
from jupyterhub.spawners import 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