napari

Run this script

uv run https://atrium.kyleharrington.com/visualization/napari-experiments/napari-two-canvas.py

Command Line Arguments

--files (Optional[List[str]])

Paths to files to load into the viewer.

--display_mode (str)

Set viewer mode: '2d' or '3d'.

Default: 2d

--show_dual (bool)

Display two sample images side by side in different widgets.

Default: False

Dependencies

  • napari[all]>=0.5.5
  • typer