A Python kernel for JupyterLite powered by Pyodide,
python >=3.8jupyterlite >=0.1.0b19
To install the Pyodide kernel labextension and the CLI addons for jupyter lite, run:
pip install jupyterlite-pyodide-kernelThen build your JupyterLite site:
jupyter lite buildTo remove the extension, run:
pip uninstall jupyterlite-pyodide-kernelBelow is an short overview of getting up and running quickly. Please see the contributing guide for full details.
Recommended a Python virtual environment provided by a tool of choice, e.g.
virtualenvmambaconda
Ensure the local development environment has:
gitnodejs 18python >=3.8
git clone https://github.com/jupyterlite/pyodide-kernel
cd pyodide-kernel
npm run quickstartThen, serve the built demo site, documentation, and test reports with Python's built-in http server:
jlpm serve