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
1
@@ -52,7 +52,7 @@ plt.imshow(nuclei)
> * What are the dimensions of these arrays?
> * What data type are these arrays?
> * What is the minimum and maximum value of these arrays?
>
> > ## Solution
> > ~~~
> > print(raw.shape)
Loading