Closed jtpio closed 1 year ago
Recently JupyterLite introduced a jupyterlite-core package to avoid bringing the Pyodide and JavaScript kernels by default:
jupyterlite-core
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.
environment.yml
More info in https://jupyterlite.readthedocs.io/en/latest/changelog.html
Looking fine on the ReadTheDocs preview:
awesome, thank @jtpio ! The failures are not related and are due to the new ipywidgets release.
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