From 123047fa5e84ac94f83c3b023566c944b2e8e5f5 Mon Sep 17 00:00:00 2001 From: tobfer Date: Thu, 7 Dec 2023 14:53:09 +0000 Subject: [PATCH] correct notebook --- .../runnable_notebooks/gridded/transect_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_scripts/notebook_tutorials/runnable_notebooks/gridded/transect_tutorial.ipynb b/example_scripts/notebook_tutorials/runnable_notebooks/gridded/transect_tutorial.ipynb index 4e8cb4b0..b18922af 100644 --- a/example_scripts/notebook_tutorials/runnable_notebooks/gridded/transect_tutorial.ipynb +++ b/example_scripts/notebook_tutorials/runnable_notebooks/gridded/transect_tutorial.ipynb @@ -51,7 +51,7 @@ "metadata": {}, "outputs": [], "source": [ - "root = \"../../../../\"\n", + "root = \"./\"\n", "# And by defining some file paths\n", "dn_files = root + \"./example_files/\"\n", "fn_nemo_dat_t = dn_files + \"nemo_data_T_grid.nc\"\n",