We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 997dde4 + 9c3e71d commit d240175Copy full SHA for d240175
completed_tutorials/02-Calcium Imaging Imported Tables.ipynb
@@ -399,7 +399,7 @@
399
"cell_type": "markdown",
400
"metadata": {},
401
"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` "
+ "Here we have prepared two tif files of scanning in the [data](../data/) folder `example_scan_01.tif` and `example_scan_02.tif` "
403
]
404
},
405
{
@@ -417,7 +417,7 @@
417
}
418
],
419
420
- "ls ./data/*tif"
+ "ls ../data/*tif"
421
422
423
@@ -594,7 +594,7 @@
594
595
596
"from skimage import io\n",
597
- "im = io.imread('../01-Calcium_Imaging/data/example_scan_01.tif')\n",
+ "im = io.imread('../data/example_scan_01.tif')\n",
598
"print(im.shape)"
599
600
0 commit comments