mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
remaining jupyter->jupyterhub items
This commit is contained in:
parent
2248b9fdad
commit
c6629cea69
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,2 @@
|
||||||
notebook_dir: /opt/iiab/notebook
|
jupyterhub_venv: /opt/iiab/jupyterhub
|
||||||
jupyterhub_venv: /opt/iiab/jupyter
|
|
||||||
jupyterhub_url: https://github.com/jupyterhub/the-littlest-jupyterhub
|
|
||||||
jupyterhub_port: 8000
|
jupyterhub_port: 8000
|
||||||
|
|
|
@ -124,7 +124,7 @@ c.JupyterHub.authenticator_class = 'firstuseauthenticator.FirstUseAuthenticator'
|
||||||
# .. deprecated: 0.9
|
# .. deprecated: 0.9
|
||||||
# Use JupyterHub.bind_url
|
# Use JupyterHub.bind_url
|
||||||
# Default: '/'
|
# Default: '/'
|
||||||
# c.JupyterHub.base_url = '/jupyterhub'
|
c.JupyterHub.base_url = '/jupyterhub'
|
||||||
|
|
||||||
## The public facing URL of the whole JupyterHub application.
|
## The public facing URL of the whole JupyterHub application.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue