Skip to content

Mandelbrot demo requires Zarr-Python update #234

@d33bs

Description

@d33bs

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:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
[<ipython-input-3-eee44cbf5fed>](https://localhost:8080/#) in <cell line: 0>()
     57 
     58 
---> 59 class MandlebrotStore(zarr.storage.BaseStore):
     60 
     61     def __init__(self, levels, tilesize, maxiter=255, compressor=None):

AttributeError: module 'zarr.storage' has no attribute 'BaseStore'

I imagine but don't know whether the Zarr API might have changed since the time the notebook was written.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions