Skip to content

Commit

Permalink
Update xarray-intro.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald authored Jun 14, 2024
1 parent 9870f98 commit 407185d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/xarray/xarray-intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"\n",
"The following topics will be covered in this tutorial:\n",
"\n",
"1. Create a `DataArray`, one of the core object types in Xarray\n",
"1. Create a <xref:xarray#generated/xarray.DataArray>, one of the core object types in Xarray\n",
"1. Understand how to use named coordinates and metadata in a `DataArray`\n",
"1. Combine individual `DataArrays` into a `Dataset`, the other core object type in Xarray\n",
"1. Subset, slice, and interpolate the data using named coordinates\n",
Expand Down

0 comments on commit 407185d

Please sign in to comment.