bluss / pyproject-local-kernel

Python Jupyter kernel provisioner using pyproject environment manangers like Uv, Rye, PDM, Poetry, Hatch etc.
https://bluss.github.io/pyproject-local-kernel/
Other
26 stars 0 forks source link

Support uv run #13

Closed bluss closed 3 months ago

bluss commented 3 months ago

The following configuration almost works right now:

[tool.pyproject-local-kernel]
python-cmd = ["uv", "run", "--with", "ipykernel", "python"]

(installing ipykernel if missing is a great feature.)

The following problems remain