From c6629cea695ca0c4c4ce7b4e4af49af44a60a25d Mon Sep 17 00:00:00 2001 From: George Hunt Date: Thu, 11 Mar 2021 22:35:27 +0000 Subject: [PATCH] remaining jupyter->jupyterhub items --- roles/jupyterhub/defaults/main.yml | 4 +--- roles/jupyterhub/templates/jupyterhub_config.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/jupyterhub/defaults/main.yml b/roles/jupyterhub/defaults/main.yml index d4231ae72..a859f9946 100644 --- a/roles/jupyterhub/defaults/main.yml +++ b/roles/jupyterhub/defaults/main.yml @@ -1,4 +1,2 @@ -notebook_dir: /opt/iiab/notebook -jupyterhub_venv: /opt/iiab/jupyter -jupyterhub_url: https://github.com/jupyterhub/the-littlest-jupyterhub +jupyterhub_venv: /opt/iiab/jupyterhub jupyterhub_port: 8000 diff --git a/roles/jupyterhub/templates/jupyterhub_config.py b/roles/jupyterhub/templates/jupyterhub_config.py index ade964254..2eba8b290 100644 --- a/roles/jupyterhub/templates/jupyterhub_config.py +++ b/roles/jupyterhub/templates/jupyterhub_config.py @@ -124,7 +124,7 @@ c.JupyterHub.authenticator_class = 'firstuseauthenticator.FirstUseAuthenticator' # .. deprecated: 0.9 # Use JupyterHub.bind_url # Default: '/' -# c.JupyterHub.base_url = '/jupyterhub' +c.JupyterHub.base_url = '/jupyterhub' ## The public facing URL of the whole JupyterHub application. #