Update jupyterhub_config.py
Browse files- jupyterhub_config.py +3 -1
jupyterhub_config.py
CHANGED
@@ -6,4 +6,6 @@ c.OAuthenticator.client_id = os.environ['CLIENT_ID']
|
|
6 |
c.OAuthenticator.client_secret = os.environ['CLIENT_SECRET']
|
7 |
|
8 |
c.Authenticator.allowed_users = {'EloiMusk', 'slowlorizz'}
|
9 |
-
c.Authenticator.admin_users = {'EloiMusk'}
|
|
|
|
|
|
6 |
c.OAuthenticator.client_secret = os.environ['CLIENT_SECRET']
|
7 |
|
8 |
c.Authenticator.allowed_users = {'EloiMusk', 'slowlorizz'}
|
9 |
+
c.Authenticator.admin_users = {'EloiMusk'}
|
10 |
+
|
11 |
+
c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
|