Skip to content

Commit d2b4c99

Browse files
committed
add quantecon install
1 parent ee82c32 commit d2b4c99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lectures/cass_koopmans_1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ The lecture uses important ideas including
6262
long but finite-horizon economies.
6363
- A **stable manifold** and a **phase plane**
6464

65+
In addition to what's in Anaconda, this lecture will need the following libraries:
66+
67+
```{code-cell} ipython
68+
---
69+
tags: [hide-output]
70+
---
71+
!pip install quantecon
72+
```
73+
6574
Let's start with some standard imports:
6675

6776
```{code-cell} ipython3

0 commit comments

Comments
 (0)