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 f5c0473 commit 7efaca6Copy full SHA for 7efaca6
lectures/lake_model.md
@@ -20,7 +20,7 @@ kernelspec:
20
</div>
21
```
22
23
-# A lake model of employment and unemployment
+# A Lake Model of Employment and Unemployment
24
25
```{index} single: Lake Model
26
@@ -32,12 +32,19 @@ kernelspec:
32
In addition to what's in Anaconda, this lecture will need the following libraries:
33
34
```{code-cell} ipython
35
----
36
-tags: [hide-output]
37
+:tags: [hide-output]
+
38
!pip install quantecon
39
40
+We also need to install JAX if you haven't done so already:
41
42
+```{code-cell} ipython3
43
+:tags: [skip-execution]
44
45
+!pip install --upgrade jax
46
+```
47
48
## Overview
49
50
This lecture describes what has come to be called a *lake model*.
0 commit comments