Hi there!
I was thinking of running marimo with napari.
In a classic notebook in VS Code, I can simply run
pip install "napari[pyqt5]"
import napari
from skimage import data
cells = data.cells3d()
viewer = napari.view_image(cells, channel_axis=1)
and it opens the viewer for me (screenshot 1)
When I run the same notebook in marimo, I don't get any error, but the window does not pop up. Interestingly though, the napari viewer icon pops at the right side of the screen (and I also get this jumping icon animation), but when I click it, nothing happens (screenshot2). I'm on a MacBook Air M3.