Appearance
Jupyter Lite
Jupyter Notebook 是完整版,Jupyter Lab 是实验版,Jupyter Lite 是简化版,支持静态部署,加载 WebAssembly 。官方仓库 https://github.com/jupyterlite/jupyterlite ,官方网站 https://jupyterlite.readthedocs.io/en/stable/ 。
Jupyter Lite 内核建议选择 JavaScript 内核,避免加载时间过长,可以部署到 GitHub Pages 、Vercel 等平台。
# requirements.txt
jupyterlab~=4.4
jupyterlite-core
jupyterlite-javascript-kernel==0.3.0