Skip to content

Commit

Permalink
✊ update pyodide dependencies (#751)
Browse files Browse the repository at this point in the history
* ✊ update pyodide dependencies

* 🔧 fix PR preview

* 🔧 ci fix 2
  • Loading branch information
stevejpurves authored Jun 11, 2024
1 parent d2cb119 commit a9a06ab
Show file tree
Hide file tree
Showing 10 changed files with 14,806 additions and 46,507 deletions.
7 changes: 7 additions & 0 deletions .changeset/serious-points-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'thebe-react': patch
'thebe-lite': patch
'demo-simple': patch
---

Updated `pyodide-kernel` for Juptyerlite to get latest stubbed `widgetsnbextension`
3 changes: 1 addition & 2 deletions .github/workflows/deploy-demo-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
- reopened
- synchronize
- closed
permissions:
pages: write
permissions: write-all
jobs:
deploy-preview:
runs-on: ubuntu-20.04
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/pyodide-kernel@0.2.3/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.3/pypi/piplite-0.2.3-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/pyodide-kernel@0.3.2/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.3.2/pypi/piplite-0.3.2-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/pyodide-kernel@0.2.3/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.3/pypi/piplite-0.2.3-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/pyodide-kernel@0.3.2/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.3.2/pypi/piplite-0.3.2-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/pyodide-kernel@0.2.3/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.3/pypi/piplite-0.2.3-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/pyodide-kernel@0.3.2/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.3.2/pypi/piplite-0.3.2-py3-none-any.whl"
}
},
"enableMemoryStorage": true,
Expand Down
Loading

0 comments on commit a9a06ab

Please sign in to comment.