From 9a0279673deaf92a29bbdf39611e14a54d6451a2 Mon Sep 17 00:00:00 2001
From: Michael Rudolf <rudolf@geo.tu-darmstadt.de>
Date: Fri, 16 Dec 2022 14:55:36 +0100
Subject: [PATCH] fixed notebooks where regex did not work

---
 notebooks/area_of_interest/hohermeisner_aoi.ipynb | 4 ++--
 notebooks/get_building.ipynb                      | 4 ++--
 notebooks/get_quarry.ipynb                        | 4 ++--
 notebooks/maps_quarry.ipynb                       | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/notebooks/area_of_interest/hohermeisner_aoi.ipynb b/notebooks/area_of_interest/hohermeisner_aoi.ipynb
index db6896e..3f4405e 100644
--- a/notebooks/area_of_interest/hohermeisner_aoi.ipynb
+++ b/notebooks/area_of_interest/hohermeisner_aoi.ipynb
@@ -29,8 +29,8 @@
     "from rasterio.plot import show_hist, show\n",
     "from matplotlib import pyplot\n",
     "\n",
-    "base_path = os.getcwd()"
-"%matplotlib inline"
+    "base_path = os.getcwd()",
+    "%matplotlib inline"
    ]
   },
   {
diff --git a/notebooks/get_building.ipynb b/notebooks/get_building.ipynb
index e279015..c40e299 100644
--- a/notebooks/get_building.ipynb
+++ b/notebooks/get_building.ipynb
@@ -16,8 +16,8 @@
     "from rasterio.plot import show_hist, show\n",
     "from matplotlib import pyplot\n",
     "\n",
-    "base_path = os.getcwd()"
-"%matplotlib inline"
+    "base_path = os.getcwd()",
+    "%matplotlib inline"
    ]
   },
   {
diff --git a/notebooks/get_quarry.ipynb b/notebooks/get_quarry.ipynb
index 162150f..c8443b4 100644
--- a/notebooks/get_quarry.ipynb
+++ b/notebooks/get_quarry.ipynb
@@ -16,8 +16,8 @@
     "from rasterio.plot import show_hist, show\n",
     "from matplotlib import pyplot\n",
     "\n",
-    "base_path = os.getcwd()"
-"%matplotlib inline"
+    "base_path = os.getcwd()",
+    "%matplotlib inline"
    ]
   },
   {
diff --git a/notebooks/maps_quarry.ipynb b/notebooks/maps_quarry.ipynb
index 79d4034..72837db 100644
--- a/notebooks/maps_quarry.ipynb
+++ b/notebooks/maps_quarry.ipynb
@@ -17,8 +17,8 @@
     "from rasterio.plot import show_hist, show\n",
     "from matplotlib import pyplot\n",
     "\n",
-    "base_path = os.getcwd()"
-"%matplotlib inline"
+    "base_path = os.getcwd()",
+    "%matplotlib inline"
    ]
   },
   {
-- 
GitLab