mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Cleaner explanation on top of jupyterhub_config.py.j2
This commit is contained in:
parent
8d3864090e
commit
49bad59d78
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# 2023-02-08 for /opt/iiab/jupyterhub/etc/jupyterhub/jupyterhub_config.py :
|
||||
# 2023-02-08 /opt/iiab/jupyterhub/etc/jupyterhub/jupyterhub_config.py update:
|
||||
# https://jupyterhub.readthedocs.io/en/stable/getting-started/config-basics.html
|
||||
#
|
||||
# 1) To generate this 1500+ line stub, I 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
|
||||
# 2) I manually inserted 9 of IIAB's 10 legacy custom lines below, from:
|
||||
# 2) Then I manually inserted 9 of IIAB's 10 legacy custom lines below, from:
|
||||
# grep ^c /opt/iiab/iiab/roles/jupyterhub/templates/jupyterhub_config.py.j2
|
||||
# 3) 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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue