skillfed

jupyterlite-pyodide-kernel

Python kernel for JupyterLite powered by Pyodide

jupyterlite-pyodide-kernel v0.8.3 161.4K downloads/30d#10,635 on PyPI88
Permissive license BSD-3-Clause Active released

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-kernel

uv

uv add jupyterlite-pyodide-kernel

poetry

poetry add jupyterlite-pyodide-kernel

Installing 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

Framework :: JupyterFramework :: Jupyter :: JupyterLabFramework :: Jupyter :: JupyterLab :: 4Programming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

jupyter browser kernel pyodidejupyterlite python kernelrun python in browser notebookserverless jupyter environmentwasm python kerneljupyterlite pyodidebrowser-based jupyter
jupyter-extensionwasmbrowser-python

More Application Frameworks packages