Skip to content

Commit

Permalink
🚧 update jupyterlite and jupyterlab dependencies (#700)
Browse files Browse the repository at this point in the history
* 🚧 builds with new deps and overrides

* 💚 simple demos working

* 🙈 don't need no babel

* 🚙 using renamed testing lib

* 😕 disable thebe tests in `ci` due to build issues with upstream modules
  • Loading branch information
stevejpurves authored Nov 20, 2023
1 parent cce89f9 commit 30852d7
Show file tree
Hide file tree
Showing 19 changed files with 10,529 additions and 10,703 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/pyodide-kernel@0.0.7/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.0.7/pypi/piplite-0.0.7-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.0/pypi/piplite-0.2.0-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/pyodide-kernel@0.1.0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.1.0/pypi/piplite-0.1.0-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.0/pypi/piplite-0.2.0-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.1.0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.1.0/pypi/piplite-0.1.0-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.0/pypi/piplite-0.2.0-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.1.0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.1.0/pypi/piplite-0.1.0-py3-none-any.whl"
"pipliteUrls": ["https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.0/pypi/all.json"],
"pipliteWheelUrl": "https://unpkg.com/@jupyterlite/pyodide-kernel@0.2.0/pypi/piplite-0.2.0-py3-none-any.whl"
}
},
"enableMemoryStorage": true,
Expand Down
Loading

0 comments on commit 30852d7

Please sign in to comment.