Has anyone looked into using the uv package manager, yet? #2175
Description
What docker image(s) is this feature applicable to?
docker-stacks-foundation
What change(s) are you proposing?
https://github.com/astral-sh/uv
https://docs.astral.sh/uv/
I'm seeing Mamba / Micromamba not being able to get off the ground, not even with proper documentation – one always has to refer to the conda docs.
UV offers the package + code project handling, Python programmers are looking for, especially those working with multiple python kernel environments.
How does this affect the user?
It is not going to be a replacement for Mamba, as it doesn't support non-Python packages,
but may be the right step in the direction of well appreciated future support for Python applications with Jupyter, for Python developers looking to get the benefits from uv, that they are soon going to be used to.
Anything else?
Having uv pre-installed in the stack for python projects is the idea to explore.