diff --git a/projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb b/projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb index cc33d73af..27b30695c 100644 --- a/projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb +++ b/projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb @@ -119,7 +119,7 @@ "metadata": {}, "outputs": [], "source": [ - "data_storage_directory = \"/temp\" # Note: this path must exist on your local drive\n", + "data_storage_directory = \"./temp\" # Note: this path must exist on your local drive\n", "cache = VisualBehaviorOphysProjectCache.from_s3_cache(cache_dir=data_storage_directory)" ] },