Skip to content
Snippets Groups Projects
Commit 9a027967 authored by Rudolf, Michael's avatar Rudolf, Michael
Browse files

fixed notebooks where regex did not work

parent b0fe5380
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
"from rasterio.plot import show_hist, show\n", "from rasterio.plot import show_hist, show\n",
"from matplotlib import pyplot\n", "from matplotlib import pyplot\n",
"\n", "\n",
"base_path = os.getcwd()" "base_path = os.getcwd()",
"%matplotlib inline" "%matplotlib inline"
] ]
}, },
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"from rasterio.plot import show_hist, show\n", "from rasterio.plot import show_hist, show\n",
"from matplotlib import pyplot\n", "from matplotlib import pyplot\n",
"\n", "\n",
"base_path = os.getcwd()" "base_path = os.getcwd()",
"%matplotlib inline" "%matplotlib inline"
] ]
}, },
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"from rasterio.plot import show_hist, show\n", "from rasterio.plot import show_hist, show\n",
"from matplotlib import pyplot\n", "from matplotlib import pyplot\n",
"\n", "\n",
"base_path = os.getcwd()" "base_path = os.getcwd()",
"%matplotlib inline" "%matplotlib inline"
] ]
}, },
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"from rasterio.plot import show_hist, show\n", "from rasterio.plot import show_hist, show\n",
"from matplotlib import pyplot\n", "from matplotlib import pyplot\n",
"\n", "\n",
"base_path = os.getcwd()" "base_path = os.getcwd()",
"%matplotlib inline" "%matplotlib inline"
] ]
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment