Skip to content

Commit

Permalink
Show hidden files in JupyterLab file browser
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr authored Oct 7, 2024
1 parent c76c3bd commit dc6842b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions overrides.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"@jupyterlab/docmanager-extension:plugin": {
"defaultViewers": {
"markdown": "Markdown Preview"
}
},
"@jupyterlab/filebrowser-extension:browser": {
"navigateToCurrentDirectory": true,
"showHiddenFiles": true
},
"@jupyterlab/notebook-extension:panel": {
"toolbar": [
{
Expand All @@ -15,11 +24,6 @@
}
]
},
"@jupyterlab/docmanager-extension:plugin": {
"defaultViewers": {
"markdown": "Markdown Preview"
}
},
"@jupyterlab/notebook-extension:tracker": {
"autoStartDefaultKernel": true,
"kernelShutdown": true
Expand Down

0 comments on commit dc6842b

Please sign in to comment.