mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Clarify jupyterhub_config.py.j2 for #3476: "8 of IIAB's 10 legacy custom lines"
This commit is contained in:
parent
73dce5ffb4
commit
f8efc93d0a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# 2023-02-08 /opt/iiab/jupyterhub/etc/jupyterhub/jupyterhub_config.py update:
|
# 2023-02-10 /opt/iiab/jupyterhub/etc/jupyterhub/jupyterhub_config.py update:
|
||||||
# https://jupyterhub.readthedocs.io/en/stable/getting-started/config-basics.html
|
# https://jupyterhub.readthedocs.io/en/stable/getting-started/config-basics.html
|
||||||
#
|
#
|
||||||
# 1) To generate this 1500+ line stub, I first ran JupyterHub 3.1.1's:
|
# 1) To generate this 1500+ line stub, I first ran JupyterHub 3.1.1's:
|
||||||
# /opt/iiab/jupyterhub/bin/jupyterhub --generate-config
|
# /opt/iiab/jupyterhub/bin/jupyterhub --generate-config
|
||||||
# 2) Then I manually inserted 9 of IIAB's 10 legacy custom lines below, from:
|
# 2) Then I manually inserted 8 of IIAB's 10 legacy custom lines below, from:
|
||||||
# grep ^c /opt/iiab/iiab/roles/jupyterhub/templates/jupyterhub_config.py.j2
|
# grep ^c /opt/iiab/iiab/roles/jupyterhub/templates/jupyterhub_config.py.j2
|
||||||
# 3) Finally I added the following line on @jvonau's suggestion: (#3475)
|
# 3) Finally I added the following line on @jvonau's suggestion: (#3475)
|
||||||
# c.ConfigurableHTTPProxy.pid_file = "/run/jupyterhub-proxy.pid"
|
# c.ConfigurableHTTPProxy.pid_file = "/run/jupyterhub-proxy.pid"
|
||||||
|
|
Loading…
Reference in a new issue