Skip to content

Commit

Permalink
[skip-ci] add :okwarning: for ipython blocks which use open_zarr in u…
Browse files Browse the repository at this point in the history
…ser-guide/io.rst
  • Loading branch information
kmuehlbauer committed Jan 10, 2025
1 parent 36cbc91 commit 9d642de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/user-guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ To read back a zarr dataset that has been created this way, we use the
:py:func:`open_zarr` method:

.. ipython:: python
:okwarning:
ds_zarr = xr.open_zarr("path/to/directory.zarr")
ds_zarr
Expand Down

0 comments on commit 9d642de

Please sign in to comment.