jupyterlite / xeus-python-kernel

xeus-python in JupyterLite
https://xeus-python-kernel.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 19 forks source link

Depend on `jupyterlite-core` #114

Closed jtpio closed 1 year ago

jtpio commented 1 year ago

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.

And let them use alternative kernels like Xeus Python only if they want to.

TODO

jtpio commented 1 year ago

Keeping as a draft for now until jupyterlite-core is released.

jtpio commented 1 year ago

Alright looking good on the ReadTheDocs preview: https://xeus-python-kernel--114.org.readthedocs.build/en/114/

image

jtpio commented 1 year ago

Planning to make a new release with this change.

We could probably bump to 0.7.0 since the change of dependency might break some deployments? I guess some folks were maybe relying on jupyterlite to be installed automatically when installing jupyterlite-xeus-python.

martinRenou commented 1 year ago

Sounds good! Thanks