Skip to content

Commit 1f46392

Browse files
committed
Update notebook
1 parent a0faed8 commit 1f46392

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/user-guide/examples/rectilinear_chunks.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"id": "da9139cc",
77
"metadata": {
88
"execution": {
@@ -28,7 +28,7 @@
2828
"# ]\n",
2929
"#\n",
3030
"# [tool.uv.sources]\n",
31-
"# zarr = { git = \"https://github.com/maxrjones/zarr-python\", branch = \"poc/unified-chunk-grid\" }\n",
31+
"# zarr = { git = \"https://github.com/zarr-developers/zarr-python\", branch = \"main\" }\n",
3232
"# xarray = { git = \"https://github.com/maxrjones/xarray\", branch = \"poc/unified-zarr-chunk-grid\" }\n",
3333
"# ///"
3434
]
@@ -42,6 +42,8 @@
4242
"\n",
4343
"This notebook demonstrates the unified chunk grid implementation from [#3802](https://github.com/zarr-developers/zarr-python/pull/3802), which adds support for rectilinear (variable) chunk grids.\n",
4444
"\n",
45+
"Note that it requires installing from a fork of Xarray; this will ideally be incorporated in the codebase and included in a future Xarray release.\n",
46+
"\n",
4547
"Rectilinear grids allow different chunk sizes along each dimension, which is useful for data that doesn't partition evenly. For example, sparse HEALPix cells grouped by parent tile, boundary-padded HPC arrays, or ingesting existing variable-chunked datasets via VirtualiZarr."
4648
]
4749
},

0 commit comments

Comments
 (0)