Skip to content

Commit

Permalink
tried to fix custom pyodide version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Jul 30, 2024
1 parent 7ea5de6 commit dca5020
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jupyter-lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"jupyter-config-data": {
"settingsStorageDrivers": ["asyncStorage"],
"contentsStorageDrivers": ["asyncStorage"],
},
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pyodideUrl": "https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js"
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pyodideUrl": "https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js"
},
},
},
}

0 comments on commit dca5020

Please sign in to comment.