Skip to content

Commit

Permalink
[DH-334] enable c.WebPDFExporter.embed_images = True for all webpdf e…
Browse files Browse the repository at this point in the history
…xport enabled hubs
  • Loading branch information
felder committed Jul 31, 2024
1 parent c1e19ec commit b98a7bb
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployments/astro/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
Expand Down
1 change: 1 addition & 0 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
git-credential-helper:
mountPath: /etc/gitconfig
stringData: |
Expand Down
1 change: 1 addition & 0 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
defaultUrl: "/lab"
extraEnv:
GH_SCOPED_CREDS_CLIENT_ID: Iv1.f79b4903c7ea2847
Expand Down
1 change: 1 addition & 0 deletions deployments/data101/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
extraContainers:
- name: mongo
image: mongo:5.0.11
Expand Down
1 change: 1 addition & 0 deletions deployments/data102/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
defaultUrl: "/lab"
extraEnv:
GH_SCOPED_CREDS_CLIENT_ID: Iv1.f769e27a8207e5c9
Expand Down
1 change: 1 addition & 0 deletions deployments/data8/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
Expand Down
1 change: 1 addition & 0 deletions deployments/dlab/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
# Set gh-scoped-creds vars for RStudio too. RStudio drops most vars
# including those we set in extraEnv.
gh-scoped-creds:
Expand Down
1 change: 1 addition & 0 deletions deployments/eecs/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
git-credential-helper:
# Move back to /etc/gitconfig if https://github.com/conda-forge/git-feedstock/issues/113
# ever gets fixed, or if we start using git from apt again
Expand Down
1 change: 1 addition & 0 deletions deployments/ischool/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
Expand Down
1 change: 1 addition & 0 deletions deployments/julia/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jupyterhub:
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
# Causes 100% cpu spike and hang if DISPLAY is set - see DH-330
c.WebPDFExporter.embed_images = True
c.WebPDFExporter.enabled = False
extraEnv:
# Tell code where to display GUIs
Expand Down
1 change: 1 addition & 0 deletions deployments/prob140/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
Expand Down
1 change: 1 addition & 0 deletions deployments/publichealth/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
Expand Down
1 change: 1 addition & 0 deletions deployments/r/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jupyterhub:
stringData: |
c.QtPDFExporter.enabled = False
c.QtPNGExporter.enabled = False
c.WebPDFExporter.embed_images = True
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
Expand Down

0 comments on commit b98a7bb

Please sign in to comment.