widgetti / reacton

A pure Python port of React for ipywidgets
https://reacton.solara.dev/
MIT License
289 stars 19 forks source link

Update the JupyterLite config #13

Closed jtpio closed 1 year ago

jtpio commented 1 year ago

Recently JupyterLite introduced a jupyterlite-core package to avoid bringing the Pyodide and JavaScript kernels by default:

This should help simplify the config uses in this repo.

Also the Xeus Python kernel now supports defining the packages in an environment.yml file.

More info in https://jupyterlite.readthedocs.io/en/latest/changelog.html

jtpio commented 1 year ago

Looking fine on the ReadTheDocs preview:

image

maartenbreddels commented 1 year ago

awesome, thank @jtpio ! The failures are not related and are due to the new ipywidgets release.