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.
1 parent ee82c32 commit d2b4c99Copy full SHA for d2b4c99
lectures/cass_koopmans_1.md
@@ -62,6 +62,15 @@ The lecture uses important ideas including
62
long but finite-horizon economies.
63
- A **stable manifold** and a **phase plane**
64
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
74
Let's start with some standard imports:
75
76
```{code-cell} ipython3
0 commit comments