We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075e569 + 0dbeeba commit 6f44f71Copy full SHA for 6f44f71
_episodes/02-numpy.md
@@ -32,7 +32,7 @@ that can be called upon when needed.
32
33
To begin processing the clinical trial inflammation data, we need to load it into Python.
34
We can do that using a library called
35
-[NumPy](http://docs.scipy.org/doc/numpy/ "NumPy Documentation"), which stands for Numerical Python.
+[NumPy](https://numpy.org/doc/stable "NumPy Documentation"), which stands for Numerical Python.
36
In general, you should use this library when you want to do fancy things with lots of numbers,
37
especially if you have matrices or arrays. To tell Python that we'd like to start using NumPy,
38
we need to [import]({{ page.root }}/reference.html#import) it:
0 commit comments