widgetti / ipyreact

React for ipywidgets that just works. No webpack, no npm, no hassle
BSD 3-Clause "New" or "Revised" License
119 stars 8 forks source link

fix(docs): rebuild github pages to avoid install error #62

Closed iisakkirotko closed 3 months ago

iisakkirotko commented 3 months ago

Currently installing ipyreact results in an error from micropip, which can't find a universal wheel for widgetsnbextension (you can see here that the package has a universal wheel for a version that satisfies our constraint). We suspect that updating the jupyterlite version will fix this, since the error does not occur on their demo platform, or locally on the latest version. Fixes https://github.com/widgetti/ipyreact/issues/61