Skip to content

Commit

Permalink
Update to jupyterlite-pyodide-kernel==0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 14, 2024
1 parent 6e49692 commit f53f790
Show file tree
Hide file tree
Showing 8 changed files with 170 additions and 103 deletions.
4 changes: 2 additions & 2 deletions apps/docs-core/quickstart-lite.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Do this by adding an additional `script` to the `<head>` of your page, **above**
{
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pipliteUrls": ["https://unpkg.com/@jupyterlite/[email protected].0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/[email protected].0/pypi/piplite-0.2.0-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/[email protected].3/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/[email protected].3/pypi/piplite-0.2.3-py3-none-any.whl"
}
},
"enableMemoryStorage": true,
Expand Down
4 changes: 2 additions & 2 deletions apps/simple/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pipliteUrls": ["https://unpkg.com/@jupyterlite/[email protected].0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/[email protected].0/pypi/piplite-0.2.0-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/[email protected].3/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/[email protected].3/pypi/piplite-0.2.3-py3-none-any.whl"
}
},
"enableMemoryStorage": true,
Expand Down
4 changes: 2 additions & 2 deletions apps/simple/static/ipywidgets-lite.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
{
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pipliteUrls": ["https://unpkg.com/@jupyterlite/[email protected].0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/[email protected].0/pypi/piplite-0.2.0-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/[email protected].3/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/[email protected].3/pypi/piplite-0.2.3-py3-none-any.whl"
}
},
"enableMemoryStorage": true,
Expand Down
4 changes: 2 additions & 2 deletions apps/simple/static/lite.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
{
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pipliteUrls": ["https://unpkg.com/@jupyterlite/[email protected].0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/[email protected].0/pypi/piplite-0.2.0-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/[email protected].3/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/[email protected].3/pypi/piplite-0.2.3-py3-none-any.whl"
}
},
"enableMemoryStorage": true,
Expand Down
Loading

0 comments on commit f53f790

Please sign in to comment.