You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01-numpy.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,11 @@ specialized tools built up from these basic units live in [libraries](reference.
22
22
that can be called upon when needed.
23
23
24
24
In order to load our inflammation data,
25
-
we need to open ([import](reference.html#import) in Python terminology) a library called [NumPy](http://docs.scipy.org/doc/numpy/"NumPy Documentation").
25
+
we need to access ([import](reference.html#import) in Python terminology)
26
+
a library called [NumPy](http://docs.scipy.org/doc/numpy/"NumPy Documentation").
26
27
In general you should use this library if you want to do fancy things with numbers,
0 commit comments