From 2da30e6de7dbc2b5dc423b46545edbc0b8fba277 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 22 Sep 2021 11:06:48 +0200 Subject: [PATCH] [ci] Enabled mfront (with Python bindings) in ogs-serial-jupyter image. --- web/content/docs/userguide/basics/jupyter-notebooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/content/docs/userguide/basics/jupyter-notebooks.md b/web/content/docs/userguide/basics/jupyter-notebooks.md index 98e3dfbc9ab..fbbd7c3f7ae 100644 --- a/web/content/docs/userguide/basics/jupyter-notebooks.md +++ b/web/content/docs/userguide/basics/jupyter-notebooks.md @@ -18,11 +18,12 @@ weight = 5 You can use a pre-defined container environment which currently contains: - The Jupyter Notebook / Lab application -- The latest OpenGeoSys application and tools +- The latest OpenGeoSys application (with MFront support) and tools - 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 + - [MFront python bindings](http://tfel.sourceforge.net/mfront-python.html) – Material model manipulation - [matplotlib](https://matplotlib.org) — Plotting - [numpy](https://numpy.org) — Scientific computing - [pandas](https://pandas.pydata.org) — Data analysis -- GitLab