This example creates an in-memory Zarr array, serves it over HTTP with
zarr.experimental.serve.serve_node, and fetches the zarr.json metadata
document and a raw chunk using httpx.
python examples/serve/serve.pyOr run with uv:
uv run examples/serve/serve.py