Skip to content

Commit

Permalink
Make cloud storage example a code-blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 18, 2024
1 parent 81de522 commit 70bb8e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ Exporting a DataTree to Cloud storage
xarray incorporates standard functionality for writing xarray datasets to cloud storage.
Here we will use the ``s3fs`` package to write to an S3 bucket.

.. ipython:: python
:okwarning:
.. code-block:: python
import s3fs
storage_options = {
Expand Down

0 comments on commit 70bb8e8

Please sign in to comment.