- Notifications
You must be signed in to change notification settings - Fork337
Wasm powered Jupyter running in the browser 💡
License
jupyterlite/jupyterlite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
JupyterLite is a JupyterLab distribution thatruns entirely in the browser builtfrom the ground-up using JupyterLab components and extensions.
Although JupyterLite is currently being developed by core Jupyter developers, theproject is stillunofficial.
Not all the usual features available in JupyterLab and the Classic Notebook will workwith JupyterLite, but many already do!
Don't hesitate to check out thedocumentation for moreinformation and project updates.
JupyterLite works with bothJupyterLab andJupyter Notebook.
Try it with JupyterLab! | Try it with Jupyter Notebook! |
---|---|
![]() | ![]() |
You can build your own JupyterLite website in a couple of minutes, with customextensions and packages.
See thedocumentation formore details.
JupyterLite is all about accessible browser-based interactive computing:
- Python kernel backed byPyodide running in a Web Worker
- Initial support for interactive visualization libraries such as
altair
,bqplot
,ipywidgets
,matplotlib
, andplotly
- Initial support for interactive visualization libraries such as
- JavaScript kernel running in a Web Worker
- View hosted example Notebooks and other files, then edit, save, and download from thebrowser's
IndexDB
(orlocalStorage
) - 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 forCode Consoles
- Served via well-cacheable, static HTTP(S), locally or on most static web hosts
- Embeddable within larger applications
- Requires no dedicatedapplication server much less a container orchestrator
- Fine-grained configurability of page settings, including reuse of federated extensions
See thecontributing guidefor a development installation.
JupyterLite is a reboot of several attempts at making a full static Jupyter distributionthat runs in the browser, without having to start the Python Jupyter Server on the hostmachine.
The goal is to provide a lightweight computing environment accessible in a matter ofseconds 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 waysto create new applications and distributions. Most of the packages in this repo focus onproviding server-like components that run in the browser (to manage kernels, files andsettings), so existing JupyterLab extensions and plugins can be reused out of the box.
See also:
- p5-notebook: A minimal Jupyter Notebook UI forp5.js kernels running in the browser
- jyve: Jupyter Kernels, right inside JupyterLab
- Starboard Notebook: In-browserliteral notebooks
- Basthon: A Jupyter notebook implementation usingPyodide
About
Wasm powered Jupyter running in the browser 💡