Skip to content

Commit

Permalink
Merge branch 'datajoint:main' into course
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-yatsenko authored Apr 16, 2024
2 parents 997dde4 + 9c3e71d commit d240175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions completed_tutorials/02-Calcium Imaging Imported Tables.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Here we have prepared two tif files of scanning in the [data](./data/) folder `example_scan_01.tif` and `example_scan_02.tif` "
"Here we have prepared two tif files of scanning in the [data](../data/) folder `example_scan_01.tif` and `example_scan_02.tif` "
]
},
{
Expand All @@ -417,7 +417,7 @@
}
],
"source": [
"ls ./data/*tif"
"ls ../data/*tif"
]
},
{
Expand Down Expand Up @@ -594,7 +594,7 @@
],
"source": [
"from skimage import io\n",
"im = io.imread('../01-Calcium_Imaging/data/example_scan_01.tif')\n",
"im = io.imread('../data/example_scan_01.tif')\n",
"print(im.shape)"
]
},
Expand Down

0 comments on commit d240175

Please sign in to comment.