voila-dashboards / voici

Voici turns any Jupyter Notebook into a static web application
https://voici.readthedocs.io/
Other
145 stars 8 forks source link

Depend on `jupyterlite-core` #37

Closed jtpio closed 1 year ago

jtpio commented 1 year ago

References

Similar to https://github.com/jupyterlite/xeus-python-kernel/pull/114

The core functionality of the jupyterlite package is being extracted to a new jupyterlite-core package in https://github.com/jupyterlite/jupyterlite/pull/994.

This will allow site deployers to make slimmer deployments without having to bring the Pyodide kernel as well.

Code changes

User-facing changes

Backwards-incompatible changes

Should be none

jtpio commented 1 year ago

Opening early to check CI

jtpio commented 1 year ago

Gonna look into not bundling the JavaScript kernel by default in jupyterlite-core (but keep it in jupyterlite).

This should be good to go for now.

trungleduc commented 1 year ago

Thanks @jtpio