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
Currently installing
ipyreact
results in an error frommicropip
, which can't find a universal wheel forwidgetsnbextension
(you can see here that the package has a universal wheel for a version that satisfies our constraint). We suspect that updating thejupyterlite
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