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. #