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
Hi there, the Mandelbrot notebook requires Zarr-Python <3 (pip install "zarr<3"). I haven't had time to migrate to the latest release to accommodate the new APIs. However, the required changes should be to just the notebook (ie the use of zarr module to define a custom store) and not vizarr itself since vizare supports both the v2 and v3 zarr format.
Hello, thanks for the great work on this project! I noticed that there's an error with the 5th cell on the demonstration Google Colab notebook linked here: https://colab.research.google.com/github/hms-dbmi/vizarr/blob/main/python/notebooks/mandelbrot.ipynb . This happened when I tried a "run all cells" on the notebook.
The error states:
I imagine but don't know whether the Zarr API might have changed since the time the notebook was written.
The text was updated successfully, but these errors were encountered: