Skip to content

v0.1.0b20

Pre-release
Pre-release
Compare
Choose a tag to compare
@jupyterlite-bot jupyterlite-bot released this 22 Mar 09:32
· 180 commits to main since this release

0.1.0b20

(Full Changelog)

⚠️ API and Breaking Changes ⚠️

jupyterlite-javascript-kernel

The JavaScript kernel has been extracted from the main JupyterLite bundle. This means it is not available by default anymore when building a site with the jupyterlite-core package.

Currently it is still installed by default with jupyterlite for convenience, but it is not part of jupyterlite-core.

If you use jupyterlite-core to build your JupyterLite website, you can install the jupyterlite-javascript-kernel package to include the JavaScript kernel as part of the build.

Python 3.8

The jupyterlite-core, jupyterlite and jupyterlite-javascript-kernel packages now require Python 3.8.


Maintenance and upkeep improvements

  • Require Python 3.8, test on Python 3.11 #1016 (@jtpio)
  • Distribute jupyterlite-javascript-kernel as a federated kernel #1013 (@jtpio)

Documentation improvements

API and Breaking Changes

  • Distribute jupyterlite-javascript-kernel as a federated kernel #1013 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @github-actions | @jtpio