JupyterLite

在浏览器中运行的 Wasm 驱动的 Jupyter。「Wasm powered Jupyter running in the browser 💡」

Github星跟踪图

JupyterLite

ci-badge lite-badge binder-badge docs-badge

JupyterLite is a JupyterLab distribution that runs entirely in the browser built
from the ground-up using JupyterLab components and extensions.

⚡ Status ⚡

Although JupyterLite is currently being developed by core Jupyter developers, the
project is still unofficial.

Not all the usual features available in JupyterLab and the Classic Notebook will work
with JupyterLite, but many already do!

Don't hesitate to check out the
documentation
for more information and project updates.

✨ Try it in your browser ✨

JupyterLite works with both JupyterLab and
RetroLab., [Try it with JupyterLab!], [Try it with RetroLab!], :-----------------------:, :---------------------:, ![lab-screenshot], ![retro-screenshot], [try it with jupyterlab!]: https://jupyterlite.readthedocs.io/en/latest/try/lab
[lab-screenshot]:
https://user-images.githubusercontent.com/591645/114009512-7fe79600-9863-11eb-9aac-3a9ef6345011.png
[try it with retrolab!]: https://jupyterlite.readthedocs.io/en/latest/try/retro
[retro-screenshot]:
https://user-images.githubusercontent.com/591645/114454062-78fdb200-9bda-11eb-9cda-4ee327dd1c77.png

🏗️ Build your own JupyterLite 🏗️

Install jupyterlite from PyPI, which comes with the CLI and a pre-built, empty site
archive.

python -m pip install --pre jupyterlite

Use the [jupyter lite CLI][cli] to build, check, or create a [reproducible],
remixable archive of your site, then [publish] your built site to any static host,
such as GitHub Pages or ReadTheDocs., jupyter lite, description, extras, -------------:, ---------------------------------------------------, -------------------------------------, init, build an empty site from the bundled app archive, build, add your own notebooks, labextensions, and settings, jupyter_server for indexing content, serve, try out your site locally, tornado for snappier serving, check, check your site's metadata, jsonschema for schema validation, archive, create a single-file archive, [cli]: https://jupyterlite.readthedocs.io/en/latest/cli.html
[publish]: https://jupyterlite.readthedocs.io/en/latest/deploying.html
[reproducible]:
https://jupyterlite.readthedocs.io/en/latest/cli.html#reproducible-archives

Features

For more details, see the JupyterLite documentation.

Browser-based Interactive Computing

  • Python kernel backed by Pyodide running in a Web Worker
    • Initial support for interactive visualization libraries such as altair, bqplot,
      ipywidgets, matplotlib, and plotly
  • JavaScript and P5.js kernels running in an IFrame
  • View hosted example Notebooks and other files, then edit, save, and download from the
    browser's IndexDB (or localStorage)
  • Support for saving settings for JupyterLab/Lite core and federated extensions
  • Basic session and kernel management to have multiple kernels running at the same time
  • Support for
    Code Consoles

Ease of Deployment

  • Served via well-cacheable, static HTTP(S), locally or on most static web hosts
  • Embeddable within larger applications
  • Requires no dedicated application server much less a container orchestrator
  • Fine-grained configurability of page settings, including reuse of federated
    extensions

Showcase

Jupyter Interactive Widgets

widgets

JupyterLab Mimerender Extensions

image

Matplotlib Figures

image

Altair

altair

Plotly

plotly

Development install

See the
contributing guide
for a development installation.

JupyterLite is a reboot of several attempts at making a full static Jupyter distribution
that runs in the browser, without having to start the Python Jupyter Server on the host
machine.

The goal is to provide a lightweight computing environment accessible in a matter of
seconds with a single click, in a web browser and without having to install anything.

This project is a collection of packages that can be remixed together in variety of ways
to create new applications and distributions. Most of the packages in this repo focus on
providing server-like components that run in the browser (to manage kernels, files and
settings), so existing JupyterLab extensions and plugins can be reused out of the box.

See also:

  • p5-notebook: A minimal Jupyter Notebook UI for
    p5.js kernels running in the browser
  • jyve: Jupyter Kernels, right inside JupyterLab
  • Starboard Notebook: In-browser
    literal notebooks
  • Basthon: A Jupyter notebook implementation using
    Pyodide

主要指标

概览
名称与所有者jupyterlite/jupyterlite
主编程语言TypeScript
编程语言JavaScript (语言数: 7)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2021-03-27 19:36:52
推送于2025-07-04 13:37:05
最后一次提交
发布数2161
最新版本名称v0.7.0a0 (发布于 2025-07-03 14:07:24)
第一版名称v0.1.0a0 (发布于 )
用户参与
星数4.3k
关注者数41
派生数362
提交数2.8k
已启用问题?
问题数709
打开的问题数221
拉请求数696
打开的拉请求数18
关闭的拉请求数69
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?