forked from gristlabs/jupyterlite-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjupyter-lite.json
36 lines (36 loc) · 983 Bytes
/
jupyter-lite.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"jupyter-lite-schema-version": 0,
"jupyter-config-data": {
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pyodideUrl": "https://cdn.jsdelivr.net/pyodide/v0.24.0/pyc/pyodide.js"
}
},
"settingsOverrides": {
"@jupyterlab/statusbar-extension:plugin": {
"startMode": "single",
"visible": false
},
"@jupyterlab/docmanager-extension:plugin": {
"autosaveInterval": 0.2
}
},
"exposeAppInBrowser": true,
"enableMemoryStorage": true,
"contentsStorageDrivers": [
"memoryStorageDriver"
],
"settingsStorageDrivers": [
"asyncStorage",
"webSQLStorage",
"localStorageWrapper",
"memoryStorageDriver"
],
"disabledExtensions": [
"@jupyterlite/server-extension:service-worker",
"@jupyterlab/running-extension:plugin",
"@jupyterlab/application-extension:property-inspector",
"jupyterlab-tour"
]
}
}