================================
Add Jupyter kernel with *uv*
================================

The following command can be used to set up a Jupyter kernel within uv

.. code:: bash

    uv run -- python -m ipykernel install --user --name pymedphys
