Skip to content

Commit

Permalink
reverted to asyncStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Jul 30, 2024
1 parent 1bffc5e commit 09d6c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter-lite.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"jupyter-lite-schema-version": 0,
"jupyter-config-data": {
"settingsStorageDrivers": ["webSQLStorage"],
"contentsStorageDrivers": ["webSQLStorage"],
"settingsStorageDrivers": ["asyncStorage"],
"contentsStorageDrivers": ["asyncStorage"],
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pyodideUrl": "https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js"
Expand Down

0 comments on commit 09d6c9d

Please sign in to comment.