jupyterhub_config.py

This commit is contained in:
kshitija08
2018-09-27 23:04:36 +05:30
parent 1e174e1abc
commit 75fd4b2525

View File

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