bluss / pyproject-local-kernel

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

Basic Uv support #15

Closed bluss closed 1 month ago

bluss commented 1 month ago

Select Uv if tool.uv is set and no other project manager is detected.

uv run --with ipykernel would be great for this usecase, but uv run can't be used yet (See #13 for details).