Skip to content

Commit 2abd8ef

Browse files
mkcortobyhodges
andauthored
Include output of type call
Co-authored-by: Toby Hodges <tbyhdgs@gmail.com>
1 parent a109ed5 commit 2abd8ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

episodes/02-image-basics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ eight = iio.imread(uri="data/eight.tif")
103103
print(type(eight))
104104
```
105105

106+
```output
107+
<class 'numpy.ndarray'>
108+
```
109+
106110
Note that, using the same image loader or a different one, we could also read in
107111
remotely hosted data.
108112

0 commit comments

Comments
 (0)