From 6fd467dda2d5ac306cf8e1d59193a4fc6c1c8129 Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Tue, 18 Nov 2025 16:58:42 +0100 Subject: [PATCH] Adds Binder badge to README for easy access Enhances documentation by adding a Binder badge, allowing users to quickly launch the project environment for VES inversion using pyGIMLI. This improves accessibility for new users and facilitates the onboarding process. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9a06d7..1b61bce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Fgit.geophysik.ruhr-uni-bochum.de%2Fkasper%2FresistivityVES.git/HEAD?urlpath=%2Fdoc%2Ftree%2FVES.ipynb) + # resistivityVES Binder environment using pyGIMLI (https://www.pygimli.org/) to do an VES inversion. \ No newline at end of file