From dac5df56df36e72036ea2bdcf116372d885a1fef Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Tue, 1 Oct 2024 09:40:51 +0100 Subject: [PATCH] Add nbstripout for notebooks --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 2f668239..5476aeb8 100644 --- a/environment.yml +++ b/environment.yml @@ -31,6 +31,7 @@ dependencies: - jq # JSON processing tool - matplotlib==3.7.1 # basic plotting - nb_conda_kernels # notebook support + - nbstripout # notebooks in git - netCDF4 # NetCDF file format - networkx # networks - numpy # data arrays