Open one dataset or a multi-dataset project and verify the first session.
Pass an AnnData or supported MuData Zarr store to view:
ndea view path/to/data.zarrThe view subcommand is optional, so this is equivalent:
ndea path/to/data.zarrndea starts the local server on http://localhost:5055 and asks the operating system to open its default browser. The interface requires Chrome or Edge. If another browser opens, copy the printed URL into Chrome or Edge. Use --no-open to open the URL yourself.
Pass several Zarr paths when they do not need image linkage or per-dataset channel settings:
ndea view experiment-a.zarr experiment-b.zarrUse a YAML project when you need stable dataset names, mounted OME-Zarr plates, channel display settings, or a shared observation-column selection:
ndea view project.yamlSee Project YAML for both accepted dataset syntaxes.
Large obs tables take longer to ingest. Keep only columns needed for filtering, colouring, annotation, and image linkage:
ndea view data.zarr --obs-columns cell_type,treatment,fov_name,t,x,ySpatial columns required for image linkage are added automatically when detected.
A successful launch prints the number of loaded observations, variables, and embeddings, then the application URL. In the browser:
If a dataset opens but a particular view is empty, check Supported formats and Troubleshooting before changing the source data.