vitessce-python icon indicating copy to clipboard operation
vitessce-python copied to clipboard

Support a Vizarr-like API

Open keller-mark opened this issue 1 year ago • 0 comments

See the Vizarr python API.

We should be able to build a wrapper around the existing VitessceConfig API and expose a more Vizarr-like (potentially drop-in alternative to Vizarr) https://github.com/hms-dbmi/vizarr?tab=readme-ov-file#2-python-api

- import vizarr
+ from vitessce import viewer_api as vizarr 
import zarr

store = zarr.open("./path/to/ome.zarr")
viewer = vizarr.Viewer()
viewer.add_image(store)
viewer

Tangentially related to https://github.com/vitessce/vitessce/issues/1975

keller-mark avatar Nov 21 '24 15:11 keller-mark