Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DH-334] enable c.WebPDFExporter.embed_images = True for webpdf hubs #5898

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading