Hello!
I love uv and very much appreciate all the work the team is doing for python development!
I am proposing a minor change to the uvx --with API to allow for multiple arguments.
Current API (uv==0.4.18)
uvx --with numpy --with polars --with matplotlib ipython
Desired API
uvx --with numpy,polars,matplotlib ipython