diff --git a/src/zema_emc_annotated/examples/read_dataset.ipynb b/src/zema_emc_annotated/examples/read_dataset.ipynb index fa48070ffe8b9c9a66b78db2999d789e9dfba525..8561a47482e7ac94c88d544751326e00afe6c34e 100644 --- a/src/zema_emc_annotated/examples/read_dataset.ipynb +++ b/src/zema_emc_annotated/examples/read_dataset.ipynb @@ -36,7 +36,7 @@ "outputs": [], "source": [ "def local_path_to_dataset_after_download_if_required():\n", - " LOCAL_ZEMA_DATASET_PATH = Path(os.path.abspath('')).parent.joinpath(\"datasets\")\n", + " LOCAL_ZEMA_DATASET_PATH = Path(os.path.abspath(\"\")).parent.joinpath(\"datasets\")\n", " ZEMA_DATASET_HASH = (\n", " \"sha256:fb0e80de4e8928ae8b859ad9668a1b6ea6310028a6690bb8d4c1abee31cb8833\"\n", " )\n",