From e28e0c91ab71d615571650b9fb39de9767a39087 Mon Sep 17 00:00:00 2001 From: Ryan Lovett Date: Thu, 17 Oct 2024 16:10:21 -0700 Subject: [PATCH] Disable jupyter lab scrollPastEnd. This may prevent buggy scrolling behavior on some notebooks. --- deployments/nature/config/common.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployments/nature/config/common.yaml b/deployments/nature/config/common.yaml index 09c0a3a1b..0f9e4d697 100644 --- a/deployments/nature/config/common.yaml +++ b/deployments/nature/config/common.yaml @@ -46,6 +46,12 @@ jupyterhub: c.QtPDFExporter.enabled = False c.QtPNGExporter.enabled = False c.WebPDFExporter.embed_images = True + jupyter-lab-overrides: + mountPath: /srv/conda/envs/notebook/share/jupyter/lab/settings/overrides.json + data: + "@jupyterlab/notebook-extension:tracker": + scrollPastEnd: false + extraEnv: # Unset NotebookApp from hub/values. Necessary for recent lab versions. GH_SCOPED_CREDS_CLIENT_ID: Iv23liGBW8jtMBP0inyw