From 96f0c7c68d46e64fc121d962cd04b07ba9ad3d64 Mon Sep 17 00:00:00 2001 From: mvdebolskiy <80036033+mvdebolskiy@users.noreply.github.com> Date: Tue, 7 May 2024 18:27:31 +0200 Subject: [PATCH] Remove last cell. --- .../some-xarray-pandas-presentation_Sara.ipynb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/learning/notebooks/some-xarray-pandas-presentation_Sara.ipynb b/docs/learning/notebooks/some-xarray-pandas-presentation_Sara.ipynb index bb1ca75..05db541 100644 --- a/docs/learning/notebooks/some-xarray-pandas-presentation_Sara.ipynb +++ b/docs/learning/notebooks/some-xarray-pandas-presentation_Sara.ipynb @@ -20109,17 +20109,6 @@ " ds_new.where(ds_new['hurs_cat']==cat).mean(['time','lon'])['mmrso4'].plot(label=cat) \n", "plt.legend()" ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Other things? \n", - "- Create packages, functions etc?\n", - "- Maybe we do it later\n", - "- Contextual help\n", - "- " - ] } ], "metadata": {