From 6f68c30e4f33d1cefbd9eff4026050689b0cc415 Mon Sep 17 00:00:00 2001 From: Dara Procell Date: Sun, 14 Sep 2025 09:38:36 -0600 Subject: [PATCH] created branch for pull request --- core/xarray/xarray-intro.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/xarray/xarray-intro.ipynb b/core/xarray/xarray-intro.ipynb index 0146dca90a..8ac5807162 100644 --- a/core/xarray/xarray-intro.ipynb +++ b/core/xarray/xarray-intro.ipynb @@ -12071,7 +12071,7 @@ }, { "cell_type": "code", - "execution_count": 63, + "execution_count": 67, "metadata": {}, "outputs": [ { @@ -12529,19 +12529,19 @@ " dtype=float32)\n", "Coordinates:\n", " * time1 (time1) datetime64[ns] 8B 1993-03-13\n", - " * isobaric1 (isobaric1) float32 116B 100.0 125.0 150.0 ... 950.0 975.0 1e+03
  • " ], "text/plain": [ " Size: 116B\n", @@ -12556,7 +12556,7 @@ " * isobaric1 (isobaric1) float32 116B 100.0 125.0 150.0 ... 950.0 975.0 1e+03" ] }, - "execution_count": 63, + "execution_count": 67, "metadata": {}, "output_type": "execute_result" } @@ -12565,7 +12565,7 @@ "temps = ds.Temperature_isobaric\n", "co_temps = temps.sel(x=slice(-182, 424), y=slice(-1450, -990))\n", "prof = co_temps.mean(dim=['x', 'y'])\n", - "prof" + "prof " ] }, {