Skip to content
Snippets Groups Projects

add intro numpy example

Merged Kimberly Isobel Meechan requested to merge numpy-ex-1 into master
All threads resolved!
+ 1
0
@@ -48,6 +48,7 @@ plt.imshow(raw, cmap='gray')
plt.imshow(nuclei)
~~~
{: .language-python }
> ## Exploring Image Arrays
> * What are the dimensions of these arrays?
> * What data type are these arrays?
Loading