Skip to content

Jupyter

You can also use Woxi in Jupyter notebooks. Install the kernel with:

woxi install-kernel

Then start JupyterLab:

cd examples && jupyter lab

Or use Woxi as a terminal REPL via jupyter console:

uv tool install jupyter-console
jupyter console --kernel=woxi

Tip

Try it out yourself in our JupyterLite instance!