This commit is contained in:
kshitija08
2018-09-27 16:48:22 +05:30
parent a87b2e680c
commit 1e174e1abc

View File

@@ -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: