1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

remaining jupyter->jupyterhub items

This commit is contained in:
George Hunt 2021-03-11 22:35:27 +00:00
parent 84d67ae6ba
commit 9cd837cea5
2 changed files with 2 additions and 4 deletions

View file

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

View file

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