Jupyterlite

Latest version: v0.5.1

Safety actively analyzes 707009 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 16

0.1.0b18

([Full Changelog](https://github.com/jupyterlite/jupyterlite/compare/v0.1.0b17...2bab033a13e46dc29a8fa51a3bca033d377cedeb))

Enhancements made

- Display field in webmanifest changed to standalone to support iPadOS [951](https://github.com/jupyterlite/jupyterlite/pull/951) ([dhombios](https://github.com/dhombios))
- Run the JavaScript kernel in a Web Worker [711](https://github.com/jupyterlite/jupyterlite/pull/711) ([jtpio](https://github.com/jtpio))

Maintenance and upkeep improvements

- Update to lerna 6.4 [943](https://github.com/jupyterlite/jupyterlite/pull/943) ([jtpio](https://github.com/jtpio))

API and Breaking Changes

- Run the JavaScript kernel in a Web Worker [711](https://github.com/jupyterlite/jupyterlite/pull/711) ([jtpio](https://github.com/jtpio))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite/graphs/contributors?from=2023-01-04&to=2023-01-19&type=c))

[dhombios](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Adhombios+updated%3A2023-01-04..2023-01-19&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Agithub-actions+updated%3A2023-01-04..2023-01-19&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Ajtpio+updated%3A2023-01-04..2023-01-19&type=Issues)

0.1.0b17

([Full Changelog](https://github.com/jupyterlite/jupyterlite/compare/v0.1.0b16...864bc67f434706297b3c958555abbdb532841941))

⚠️ API and Breaking Changes ⚠️

Use `PipliteAddon.piplite_urls` instead of `LiteBuildConfig.piplite_urls`

If you were configuring the `piplite_urls` option (described in https://jupyterlite.readthedocs.io/en/latest/howto/python/wheels.html) to ship additional wheels at build time, this configuration option has now been moved from `LiteBuildConfig.piplite_urls` to `PipliteAddon.piplite_urls`.

This was changed in the following PR:

- Allow Addons to provide CLI aliases and flags [934](https://github.com/jupyterlite/jupyterlite/pull/934) ([bollwyvl](https://github.com/bollwyvl))

CLI flags

The CLI flags have *not* changed.

Enhancements made

- normalize all indexed piplite wheel names [939](https://github.com/jupyterlite/jupyterlite/pull/939) ([bollwyvl](https://github.com/bollwyvl))
- Update to Pyodide 0.22 [937](https://github.com/jupyterlite/jupyterlite/pull/937) ([jtpio](https://github.com/jtpio))
- Allow Addons to provide CLI aliases and flags [934](https://github.com/jupyterlite/jupyterlite/pull/934) ([bollwyvl](https://github.com/bollwyvl))
- do not signal `ready` until initialize completes [900](https://github.com/jupyterlite/jupyterlite/pull/900) ([stevejpurves](https://github.com/stevejpurves))

Maintenance and upkeep improvements

- Bump json5 from 2.2.1 to 2.2.2 [936](https://github.com/jupyterlite/jupyterlite/pull/936) ([dependabot](https://github.com/dependabot))
- Add name to the top-level `pyproject.toml` [931](https://github.com/jupyterlite/jupyterlite/pull/931) ([jtpio](https://github.com/jtpio))
- Fix Gitpod setup task [928](https://github.com/jupyterlite/jupyterlite/pull/928) ([jtpio](https://github.com/jtpio))
- Update to JupyterLab 3.5.2 [924](https://github.com/jupyterlite/jupyterlite/pull/924) ([jtpio](https://github.com/jtpio))
- Add UI test for embedding the REPL [699](https://github.com/jupyterlite/jupyterlite/pull/699) ([jtpio](https://github.com/jtpio))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite/graphs/contributors?from=2022-12-20&to=2023-01-04&type=c))

[bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Abollwyvl+updated%3A2022-12-20..2023-01-04&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Adependabot+updated%3A2022-12-20..2023-01-04&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Agithub-actions+updated%3A2022-12-20..2023-01-04&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Ajtpio+updated%3A2022-12-20..2023-01-04&type=Issues) | [stevejpurves](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Astevejpurves+updated%3A2022-12-20..2023-01-04&type=Issues)

0.1.0b16

([Full Changelog](https://github.com/jupyterlite/jupyterlite/compare/v0.1.0b15...161cfaadaa2ccdf6e928d080b2cf9c5255baa987))

Enhancements made

- add jupyterlite/contents to list of singleton packages [917](https://github.com/jupyterlite/jupyterlite/pull/917) ([sglyon](https://github.com/sglyon))
- Remove `Image` hacks, vendor and use upstream `ipykernel.jsonutil` [913](https://github.com/jupyterlite/jupyterlite/pull/913) ([bollwyvl](https://github.com/bollwyvl))
- Pyolite - Matplotlib: Setup inline backend by default [911](https://github.com/jupyterlite/jupyterlite/pull/911) ([martinRenou](https://github.com/martinRenou))
- Service worker fixes, JupyterLab 3.5.1 [899](https://github.com/jupyterlite/jupyterlite/pull/899) ([bollwyvl](https://github.com/bollwyvl))

Maintenance and upkeep improvements

- Update to Playwright 1.29 [923](https://github.com/jupyterlite/jupyterlite/pull/923) ([jtpio](https://github.com/jtpio))
- Resolve example package lists, update matplotlib example [916](https://github.com/jupyterlite/jupyterlite/pull/916) ([bollwyvl](https://github.com/bollwyvl))
- Service worker fixes, JupyterLab 3.5.1 [899](https://github.com/jupyterlite/jupyterlite/pull/899) ([bollwyvl](https://github.com/bollwyvl))
- Bump decode-uri-component from 0.2.0 to 0.2.2 [894](https://github.com/jupyterlite/jupyterlite/pull/894) ([dependabot](https://github.com/dependabot))
- Fix handling of `jupyterlite/app` by the releaser [885](https://github.com/jupyterlite/jupyterlite/pull/885) ([jtpio](https://github.com/jtpio))
- \[wip\] Update to pyodide 0.22.0, use pyodide and serviceworker types [871](https://github.com/jupyterlite/jupyterlite/pull/871) ([bollwyvl](https://github.com/bollwyvl))

Documentation improvements

- Resolve example package lists, update matplotlib example [916](https://github.com/jupyterlite/jupyterlite/pull/916) ([bollwyvl](https://github.com/bollwyvl))

API and Breaking Changes

- add jupyterlite/contents to list of singleton packages [917](https://github.com/jupyterlite/jupyterlite/pull/917) ([sglyon](https://github.com/sglyon))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite/graphs/contributors?from=2022-11-30&to=2022-12-20&type=c))

[bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Abollwyvl+updated%3A2022-11-30..2022-12-20&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Adependabot+updated%3A2022-11-30..2022-12-20&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Agithub-actions+updated%3A2022-11-30..2022-12-20&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Ajtpio+updated%3A2022-11-30..2022-12-20&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3AmartinRenou+updated%3A2022-11-30..2022-12-20&type=Issues) | [sglyon](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Asglyon+updated%3A2022-11-30..2022-12-20&type=Issues)

0.1.0b15

([Full Changelog](https://github.com/jupyterlite/jupyterlite/compare/v0.1.0b14...41b80272e4d1991b3776eebd103e2e3aab4375d1))

Enhancements made

- Support `.conda` packages with `libarchive-c`, prefer if available for all unarchiving [878](https://github.com/jupyterlite/jupyterlite/pull/878) ([bollwyvl](https://github.com/bollwyvl))
- Loosen `.` file detection, add `--extra-ignore-contents` [860](https://github.com/jupyterlite/jupyterlite/pull/860) ([bollwyvl](https://github.com/bollwyvl))
- Update to JupyterLab 3.5 [848](https://github.com/jupyterlite/jupyterlite/pull/848) ([jtpio](https://github.com/jtpio))

Maintenance and upkeep improvements

- Update to the Jupyter Releaser v2 [879](https://github.com/jupyterlite/jupyterlite/pull/879) ([jtpio](https://github.com/jtpio))
- Bump loader-utils from 1.4.1 to 1.4.2 [873](https://github.com/jupyterlite/jupyterlite/pull/873) ([dependabot](https://github.com/dependabot))
- Bump loader-utils from 1.4.0 to 1.4.1 [869](https://github.com/jupyterlite/jupyterlite/pull/869) ([dependabot](https://github.com/dependabot))
- Update app resolutions for JupyterLab 3.5.0 [852](https://github.com/jupyterlite/jupyterlite/pull/852) ([bollwyvl](https://github.com/bollwyvl))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite/graphs/contributors?from=2022-10-25&to=2022-11-30&type=c))

[bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Abollwyvl+updated%3A2022-10-25..2022-11-30&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Adependabot+updated%3A2022-10-25..2022-11-30&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Agithub-actions+updated%3A2022-10-25..2022-11-30&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Ajtpio+updated%3A2022-10-25..2022-11-30&type=Issues)

0.1.0b14

([Full Changelog](https://github.com/jupyterlite/jupyterlite/compare/v0.1.0b13...1707520c2b19d36aa6e2a182f1a95f7834937e9e))

Enhancements made

- Include some more accurate file stats from ServiceWorker [839](https://github.com/jupyterlite/jupyterlite/pull/839) ([bollwyvl](https://github.com/bollwyvl))
- Add pyolite pre-transformer, %pip [832](https://github.com/jupyterlite/jupyterlite/pull/832) ([bollwyvl](https://github.com/bollwyvl))
- Condition all addon tasks for well-formedness [821](https://github.com/jupyterlite/jupyterlite/pull/821) ([bollwyvl](https://github.com/bollwyvl))

Maintenance and upkeep improvements

- Bump actions/github-script from 5 to 6 [846](https://github.com/jupyterlite/jupyterlite/pull/846) ([dependabot](https://github.com/dependabot))
- Bump various GitHub Actions, handle new `jupyter_core` [844](https://github.com/jupyterlite/jupyterlite/pull/844) ([jtpio](https://github.com/jtpio))
- Update JupyterLab 3.4.8 [828](https://github.com/jupyterlite/jupyterlite/pull/828) ([bollwyvl](https://github.com/bollwyvl))
- Update `lerna` to `^5.5.4` [824](https://github.com/jupyterlite/jupyterlite/pull/824) ([jtpio](https://github.com/jtpio))
- Update development Python dependencies [823](https://github.com/jupyterlite/jupyterlite/pull/823) ([bollwyvl](https://github.com/bollwyvl))

Documentation improvements

- Lint example notebooks, use %pip magic [833](https://github.com/jupyterlite/jupyterlite/pull/833) ([bollwyvl](https://github.com/bollwyvl))
- Add pyolite pre-transformer, %pip [832](https://github.com/jupyterlite/jupyterlite/pull/832) ([bollwyvl](https://github.com/bollwyvl))
- Fix syntax error in gitlab.md [819](https://github.com/jupyterlite/jupyterlite/pull/819) ([jtpio](https://github.com/jtpio))
- New gitlab minimal example [817](https://github.com/jupyterlite/jupyterlite/pull/817) ([kolibril13](https://github.com/kolibril13))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite/graphs/contributors?from=2022-09-23&to=2022-10-25&type=c))

[bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Abollwyvl+updated%3A2022-09-23..2022-10-25&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Adependabot+updated%3A2022-09-23..2022-10-25&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Agithub-actions+updated%3A2022-09-23..2022-10-25&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Ajtpio+updated%3A2022-09-23..2022-10-25&type=Issues) | [kolibril13](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Akolibril13+updated%3A2022-09-23..2022-10-25&type=Issues)

0.1.0b13

([Full Changelog](https://github.com/jupyterlite/jupyterlite/compare/jupyterlite/app-lab0.1.0-beta.12...08fdbd2a34c7ca6c6be80426a8ff203e79aff949))

Bugs fixed

- Properly download binary content [775](https://github.com/jupyterlite/jupyterlite/pull/775) ([vasiljevic](https://github.com/vasiljevic))

Maintenance and upkeep improvements

- chore: update to Pyodide 0.21.3 [810](https://github.com/jupyterlite/jupyterlite/pull/810) ([henryiii](https://github.com/henryiii))
- Update to JupyterLab 3.4.7 [809](https://github.com/jupyterlite/jupyterlite/pull/809) ([bollwyvl](https://github.com/bollwyvl))
- Update to JupyterLab 3.4.6 [791](https://github.com/jupyterlite/jupyterlite/pull/791) ([bollwyvl](https://github.com/bollwyvl))
- Improve the Gitpod setup [786](https://github.com/jupyterlite/jupyterlite/pull/786) ([jtpio](https://github.com/jtpio))
- update to pyodide 0.21.2 [782](https://github.com/jupyterlite/jupyterlite/pull/782) ([bollwyvl](https://github.com/bollwyvl))
- feat: bump to pyodide 0.21.1 [780](https://github.com/jupyterlite/jupyterlite/pull/780) ([agoose77](https://github.com/agoose77))

Documentation improvements

- Update demos to ipywidgets 8, use widgetsnbextension shim [793](https://github.com/jupyterlite/jupyterlite/pull/793) ([bollwyvl](https://github.com/bollwyvl))
- Point to deploy doc in README.md [787](https://github.com/jupyterlite/jupyterlite/pull/787) ([lesteve](https://github.com/lesteve))
- Document browser console error when no contents is provided [771](https://github.com/jupyterlite/jupyterlite/pull/771) ([philipp-strack](https://github.com/philipp-strack))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite/graphs/contributors?from=2022-08-17&to=2022-09-23&type=c))

[agoose77](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Aagoose77+updated%3A2022-08-17..2022-09-23&type=Issues) | [bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Abollwyvl+updated%3A2022-08-17..2022-09-23&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Agithub-actions+updated%3A2022-08-17..2022-09-23&type=Issues) | [henryiii](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Ahenryiii+updated%3A2022-08-17..2022-09-23&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Ajtpio+updated%3A2022-08-17..2022-09-23&type=Issues) | [lesteve](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Alesteve+updated%3A2022-08-17..2022-09-23&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3AmartinRenou+updated%3A2022-08-17..2022-09-23&type=Issues) | [philipp-strack](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Aphilipp-strack+updated%3A2022-08-17..2022-09-23&type=Issues) | [vasiljevic](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite+involves%3Avasiljevic+updated%3A2022-08-17..2022-09-23&type=Issues)

Page 9 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.