/async-zarr

Hack wrapper around zarr to make data access async

Primary LanguagePythonMIT LicenseMIT

async-zarr

Hack wrapper around zarr to make data access async

To run normal example:

jupyter notebook ./example/notebook.ipynb

To run pyscript example:

pip install -e .
python ./azarr/tests/conftest.py
open http://localhost:8000/example/index.html  # browse to this location

And copy the cells from the notebook into the REPL cells.