Skip to content

Commit aea2448

Browse files
committed
fix execution error
1 parent 6d39550 commit aea2448

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lectures/scipy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ In addition to what’s in Anaconda, this lecture will need the following librar
3131
!pip install --upgrade quantecon
3232
```
3333

34+
We use the following imports.
35+
36+
```{code-cell} ipython3
37+
import numpy as np
38+
import quantecon as qe
39+
```
40+
3441
## Overview
3542

3643
[SciPy](https://scipy.org/) builds on top of NumPy to provide common tools for scientific programming such as

0 commit comments

Comments
 (0)