Hi @tlambert03, I was playing around with ndv, pygfx, and uv.
I installed using the command from your docs' install command generator:
uv venv
source .venv/bin/activate
uv pip install "ndv[pygfx,pyqt]"
I tried to run the simple example on the home page. I needed to install a few more dependencies:
uv pip install "imageio[tifffile]"
Worked fine after that.
Interestingly, the command on the homepage using vispy pip install ndv[qt] does install the imageio library.