From b75c68d8907d3552c85aaa711f04d21facf8dfaf Mon Sep 17 00:00:00 2001 From: Yvan Le Bras Date: Wed, 11 Oct 2023 18:28:58 +0200 Subject: [PATCH] Update opendap_datalab_aggregate.ipynb np not installable --- code/notebooks/jupyter/opendap_datalab_aggregate.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/notebooks/jupyter/opendap_datalab_aggregate.ipynb b/code/notebooks/jupyter/opendap_datalab_aggregate.ipynb index 6a7b7797d..cb298e00f 100644 --- a/code/notebooks/jupyter/opendap_datalab_aggregate.ipynb +++ b/code/notebooks/jupyter/opendap_datalab_aggregate.ipynb @@ -21,7 +21,7 @@ } ], "source": [ - "!conda install numpy netcdf4 np --yes" + "!conda install numpy netcdf4 --yes" ] }, {