Skip to content

Commit

Permalink
fix loadPyodideOptions in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Mar 26, 2024
1 parent 252c74b commit 3e05fd8
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions examples/jupyter-lite.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"jupyter-lite-schema-version": 0,
"jupyter-config-data": {
"appName": "JupyterLite Pyodide Kernel"
},
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"loadPyodideOptions": {
"packages": ["micropip", "ssl", "sqlite3"]
"appName": "JupyterLite Pyodide Kernel",
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"loadPyodideOptions": {
"packages": [
"matplotlib",
"micropip",
"numpy",
"sqlite3",
"ssl"
]
}
}
}
}
Expand Down

0 comments on commit 3e05fd8

Please sign in to comment.