mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
remaining jupyter->jupyterhub items
This commit is contained in:
parent
748260f314
commit
bf8c6934a7
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue