You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a notebook in Colab the viewer was failing on to_ngff_zarr. It
seems that in Colab specifically there are issues using Dask from an
asynchronous function. By moving this to the (now) synchronous setup function we
avoid this issue.
0 commit comments