jupyterlite-pyodide-kernel
Python kernel for JupyterLite powered by Pyodide
What it is and what it does
jupyterlite-pyodide-kernel is a JupyterLite extension that adds a Python kernel powered by Pyodide, allowing Python code to run directly in the browser as WebAssembly. It integrates with the JupyterLite build system via CLI addons and labextension assets, enabling interactive notebooks without a backend server.
The kernel depends on jupyterlite-core and pkginfo. It supports configuring the Pyodide distribution, managing runtime-installable wheels via %pip, and customizing the Pyodide lockfile for automatic package imports. Optional features like the [lock] extra provide tools for managing local or PyPI packages and their dependencies in the lockfile.
Use it for:
- Build a shareable, serverless Jupyter notebook that runs entirely in the browser for teaching or demos.
- Create offline-capable interactive documentation or tutorials that require no backend infrastructure.
- Develop and test Python code in a lightweight, browser-based environment without setting up a Jupyter server.
- Customize the Pyodide environment by adding local wheels or PyPI packages to the lockfile for specific use cases.
- Deploy interactive notebooks to static hosting (GitHub Pages, Netlify) with full Python execution capability.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python kernel for JupyterLite that runs Python code in the browser via Pyodide, enabling interactive notebooks without a server.
Yes. The package is actively maintained, has low install friction, carries a permissive license, and solves a real problem—running Python in the browser without a server. It integrates cleanly into JupyterLite's build system and supports current Python versions. Install it if you need to build serverless Jupyter notebooks or interactive browser-based Python environments.
Install
jupyterlite-pyodide-kernel on PyPI
pip
pip install jupyterlite-pyodide-kerneluv
uv add jupyterlite-pyodide-kernelpoetry
poetry add jupyterlite-pyodide-kernelInstalling jupyterlite-pyodide-kernel
Before you install
Low install friction with a pure-Python wheel. Actively maintained with a release 3 days old and recent commits. Supports current Python versions (3.10–3.14).
License in practice
BSD-3-Clause is permissive; you may use, modify, and distribute this package with minimal restrictions, provided you retain the license notice.
Quickstart
pip install jupyterlite-pyodide-kernel
jupyter lite build
Requires jupyterlite-core and a JupyterLite site structure to build; the kernel integrates as a labextension and CLI addon, not a standalone library.
Verify before relying
- Whether the optional [lock] extra (pyodide-lock, uv) is necessary for typical workflows or only for advanced package management.
- Performance characteristics and browser compatibility across different environments.
- Whether pre-built Pyodide wheels cover the packages you need or if custom wheel management is required.
Package facts
| License | BSD-3-Clause (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — jupyterlite-core, pkginfo |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 161,433/month — #10,635 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: jupyterlite_pyodide_kernel-0.8.3-py3-none-any.whl
Keywords: browser, jupyter, jupyterlab, jupyterlite, notebook, pyodide
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
jupyterlite-coreProvides the core build and CLI infrastructure…
permissive · top 15,000 on PyPI
pyodide-lockParses, modifies, and writes pyodide-lock.json…
permissive · top 15,000 on PyPI
pyodide-pyProvides core interpreter functionality for…
copyleft · top 15,000 on PyPI
jupyter-nbmodel-clientProgrammatically interact with live Jupyter…
permissive · top 15,000 on PyPI
jupyterlabJupyterLab is an extensible web-based…
permissive · top 1,000 on PyPI
voilaVoilà converts Jupyter notebooks into…
permissive · top 15,000 on PyPI
ipyflow-coreA reactive Python kernel for Jupyter that…
permissive · top 15,000 on PyPI
notebookJupyter Notebook is a web-based interactive…
permissive · top 1,000 on PyPI
ipykernelProvides the IPython kernel backend that powers…
permissive · top 1,000 on PyPI
pyodide-cliA command-line interface for the Pyodide…
copyleft · top 15,000 on PyPI