Skip to content

Commit a664741

Browse files
authored
JupyterLite deployment: Disable caching content (#913)
1 parent ccd5a60 commit a664741

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/jupyter-lite.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"jupyter-lite-schema-version": 0,
3-
"jupyter-config-data": {}
3+
"jupyter-config-data": {
4+
"enableMemoryStorage": true,
5+
"settingsStorageDrivers": ["memoryStorageDriver"],
6+
"contentsStorageDrivers": ["memoryStorageDriver"]
7+
}
48
}

0 commit comments

Comments
 (0)