A Literate Programming environment accessible from the web. Modeled as a document with a series of cells containing text, code or its results.
Jupyter Notebook
A Literate Programming environment accessible from the web. Modeled as a document with a series of cells containing text, code or its results.
Site
JupyterLite
A {WASM}-powered version of the Jupyter environment that runs entirely on the browser.
JupyterLite is a JupyterLab distribution that runs entirely in the browser built from the ground-up using JupyterLab components and extensions.
It has support for Javascript and Python kernels, and comes with some preloaded libraries.
On the Python kernel [ NumPy ] , for example, can be loaded just by doing import numpy
.