Skip to content

Commit

Permalink
Merge pull request #6382 from ryanlovett/nature-scrolling
Browse files Browse the repository at this point in the history
Disable jupyter lab scrollPastEnd.
  • Loading branch information
ryanlovett authored Oct 17, 2024
2 parents a6f69c0 + e28e0c9 commit 1a36d92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployments/nature/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a36d92

Please sign in to comment.