I use this all the time! Great for quick inspections without loading up a jupyter notebook
I actually submitted a PR to uv a while back so the `--with` flag accepts a CSV list so you can run a simple oneliner
`uvx --with numpy,polars,seaborn ipython`
If you run `uvx python` with a Python version that isn't already installed, we'll install it for you.
Install uv on a new machine, run `uvx --with polars python3.14`, and uv will drop you into a REPL with the latest Python 3.14 beta and Polars installed.