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
@@ -50,6 +50,7 @@ plt.imshow(nuclei)
{: .language-python }
> ## Exploring Image Arrays
> * What are the dimensions of these arrays?
> * What data type are these arrays?
> * What is the minimum and maximum value of these arrays?
Loading