jtpio / jupyterlite
- вторник, 1 июня 2021 г. в 00:30:22
Wasm powered Jupyter running in the browser
JupyterLite is a JupyterLab distribution that runs entirely in the browser built from the ground-up using JupyterLab components and extensions.
JupyterLite works with both JupyterLab and RetroLab.
Try it with JupyterLab! | Try it with RetroLab! |
---|---|
![]() |
![]() |
For more details, see the JupyterLite documentation.
IFrame
localStorage
or IndexDB
with example
filesmatplotlib
and altair
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: