Install uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | shuv venv --python 3.13uv pip install -e .uv run python -m ipykernel install --user --name my-project --display-name "☕ Demo (3.13)"The environment will now appear as my-project (3.13) in JupyterLab / Jupyter Notebook.
jupyter kernelspec remove my-project