Skip to content

Commit 9478765

Browse files
committed
[numpy] fix execution error
1 parent a02fea3 commit 9478765

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lectures/numpy.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ kernelspec:
2727
"Let's be clear: the work of science has nothing whatever to do with consensus. Consensus is the business of politics. Science, on the contrary, requires only one investigator who happens to be right, which means that he or she has results that are verifiable by reference to the real world. In science consensus is irrelevant. What is relevant is reproducible results." -- Michael Crichton
2828
```
2929

30+
In addition to what's in Anaconda, this lecture will need the following libraries:
31+
32+
```{code-cell} ipython3
33+
:tags: [hide-output]
34+
35+
!pip install quantecon
36+
```
37+
3038
## Overview
3139

3240
[NumPy](https://en.wikipedia.org/wiki/NumPy) is a first-rate library for numerical programming

0 commit comments

Comments
 (0)