Skip to content

Commit

Permalink
simple interface with no status bar by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Sep 18, 2023
1 parent 7b11187 commit 0d92d8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jupyter-lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"jupyter-lite-schema-version": 0,
"jupyter-config-data": {
"settingsOverrides": {
"@jupyterlab/statusbar-extension:plugin": {
"startMode": "single",
"visible": false
},
"@jupyterlab/docmanager-extension:plugin": {
"autosaveInterval": 0.2
}
Expand Down

0 comments on commit 0d92d8a

Please sign in to comment.