jupyterlite / demo

JupyterLite demo deployed to GitHub Pages 🚀
https://jupyterlite.github.io/demo
356 stars 192 forks source link

Rolled back ipywidgets to ==8.1.1 #134

Closed rmhowie closed 6 months ago

rmhowie commented 7 months ago

This pull request rolls back the version of ipywidgets to ==8.1.1 as 8.1.2 broke the widget examples when I tested them.

On my cloned version of the demo repo, this change to requirements.txt fixed the issue.

Thanks for your hard work on this terrific project!

jtpio commented 7 months ago

@rmhowie looks like this may be fixed by the new jupyterlite-pyodide-kernel==0.2.3? Which includes this fix: https://github.com/jupyterlite/pyodide-kernel/pull/86

If so maybe we could update jupyterlite-pyodide-kernel to the latest version?

rmhowie commented 7 months ago

I attempted to fix the issue by reverting the ipwidgets pinning change and changing the pyodide version to jupyterlite-pyodide-kernel==0.2.3 but it didn't seem to work immediately. I might have done something wrong though (e.g., not upgrade other necessary dependancies).

jtpio commented 7 months ago

https://github.com/jupyterlite/demo/pull/135 seems to be fixing it when trying the built artifact:

image

jtpio commented 6 months ago

Closing as fixed by https://github.com/jupyterlite/demo/pull/135