Skip to content

Commit

Permalink
Merge pull request #5830 from balajialg/hidden_files
Browse files Browse the repository at this point in the history
[DH-319] Add support for hidden files in Datahub
  • Loading branch information
balajialg authored Jul 2, 2024
2 parents a6008bb + f5890ee commit b83d17c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ jupyterhub:
HistoryManager:
# We do not need to keep around history for IPython, and especially not on NFS
enabled: false
jupyter_server_config.json:
mountPath: /usr/local/etc/jupyter/jupyter_server_config.json
data:
# Allow JupyterLab to show the 'View -> Show Hidden Files' option
# in the menu. Defaults are not changed.
# https://github.com/jupyterlab/jupyterlab/issues/11304#issuecomment-945466766
ContentsManager:
allow_hidden: true
culling-config:
mountPath: /etc/jupyter/jupyter_notebook_config.json
data:
Expand Down

0 comments on commit b83d17c

Please sign in to comment.