From 650310fd8bc1e44a2957a024cf964f6fdc107c4a Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 20 Sep 2021 21:31:49 +0200
Subject: [PATCH] [ci ]Added h5py to ogs-serial-jupyter image.

---
 web/content/docs/userguide/basics/jupyter-notebooks.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/content/docs/userguide/basics/jupyter-notebooks.md b/web/content/docs/userguide/basics/jupyter-notebooks.md
index 5c233cabaf8..98e3dfbc9ab 100644
--- a/web/content/docs/userguide/basics/jupyter-notebooks.md
+++ b/web/content/docs/userguide/basics/jupyter-notebooks.md
@@ -22,6 +22,7 @@ You can use a pre-defined container environment which currently contains:
 - A set of Python packages:
   - [ogs6py](https://github.com/joergbuchwald/ogs6py) — OGS model manipulation
   - [VTUInterface](https://github.com/joergbuchwald/VTUinterface) — VTU / PVD IO
+  - [h5py](https://docs.h5py.org/en/latest/index.html) — HDF5 IO
   - [matplotlib](https://matplotlib.org) — Plotting
   - [numpy](https://numpy.org) — Scientific computing
   - [pandas](https://pandas.pydata.org) — Data analysis
-- 
GitLab