Skip to content

Commit 9c3e71d

Browse files
authored
Merge pull request #42 from Hendriela/Fix-file-paths
Update file paths in completed_tutorial
2 parents 9f32f2c + b9d2acc commit 9c3e71d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

completed_tutorials/02-Calcium Imaging Imported Tables.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"cell_type": "markdown",
400400
"metadata": {},
401401
"source": [
402-
"Here we have prepared two tif files of scanning in the [data](./data/) folder `example_scan_01.tif` and `example_scan_02.tif` "
402+
"Here we have prepared two tif files of scanning in the [data](../data/) folder `example_scan_01.tif` and `example_scan_02.tif` "
403403
]
404404
},
405405
{
@@ -417,7 +417,7 @@
417417
}
418418
],
419419
"source": [
420-
"ls ./data/*tif"
420+
"ls ../data/*tif"
421421
]
422422
},
423423
{
@@ -594,7 +594,7 @@
594594
],
595595
"source": [
596596
"from skimage import io\n",
597-
"im = io.imread('../01-Calcium_Imaging/data/example_scan_01.tif')\n",
597+
"im = io.imread('../data/example_scan_01.tif')\n",
598598
"print(im.shape)"
599599
]
600600
},

0 commit comments

Comments
 (0)