Skip to content

Commit

Permalink
suppress ipython block output
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 authored Jul 12, 2024
1 parent ec9b53a commit 1ee7bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can `read different types of files <https://docs.xarray.dev/en/stable/user-g
in `xr.open_dataset` by specifying the engine to be used:

.. ipython:: python
:suppress:
import xarray as xr
xr.open_dataset("my_file.grib", engine="cfgrib")
Expand Down

0 comments on commit 1ee7bc3

Please sign in to comment.