From f1ff1aa640390123e02be4afd8fd3ffdc8553405 Mon Sep 17 00:00:00 2001
From: Nils Brueggemann <nils.brueggemann@mpimet.mpg.de>
Date: Tue, 18 Mar 2025 16:17:52 +0100
Subject: [PATCH] requirements.txt: added some necessary modules for
 quickstart.

---
 requirements.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 747b749..c467343 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,15 +2,17 @@ numpy
 matplotlib
 netcdf4
 xarray
-#zarr
+#zarr            # cannot easily be installed with pip
 pandas
 cmocean
 scipy
 ipdb
 ipywidgets
+ipykernel
 jupytext
+nbconvert
 pytest
 healpy
 cftime
-#cartopy
-#dask[complete]
+#cartopy         # cannot easily be installed with pip
+#dask[complete]  # cannot easily be installed with pip
-- 
GitLab