Skip to content

Commit

Permalink
add runtime config for jupyter lite
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnik committed Sep 25, 2024
1 parent 990ff39 commit 789b452
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions jupyter-lite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"description": "The jupyter-lite.json file is used to configure the runtime configuration of JupyterLite.",
"jupyter-lite-schema-version": 0,
"jupyter-config-data": {
"appName": "analyse-caesar-cipher",
"disabledExtensions": [
"@jupyterlab/drawio-extension",
"jupyterlab-kernel-spy",
"jupyterlab-tour"
],
"settingsStorageName": "jupyterlite-analyse-caesar-cipher-storage",
"LiteBuildConfig": {
"ignore_sys_prefix": ["federated_extensions"]
}
}
}

0 comments on commit 789b452

Please sign in to comment.