Skip to content

Commit 66a4482

Browse files
authored
Update xarray.md (#732)
Add reference to store from session.
1 parent 0990b0a commit 66a4482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/icechunk-python/xarray.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ session.commit("append more data")
126126
To read data stored in Icechunk with Xarray, we'll use `xarray.open_zarr`:
127127

128128
```python
129-
xr.open_zarr(store, consolidated=False)
129+
xr.open_zarr(session.store, consolidated=False)
130130
# output: <xarray.Dataset> Size: 17MB
131131
# Dimensions: (time: 36, y: 205, x: 275)
132132
# Coordinates:

0 commit comments

Comments
 (0)