jupyter:
	uv run --with jupyter jupyter lab

sync-venv:
	uv pip install -e .
