File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,14 @@ kernelspec:
2626:depth: 2
2727```
2828
29+ In addition to what's included in base Anaconda, we need to install JAX.
30+
31+ ``` {code-cell} ipython3
32+ :tags: [skip-execution]
33+
34+ !pip install --upgrade jax
35+ ```
36+
2937## Overview
3038
3139In this lecture, we describe the structure of a class of models that build on work by Truman Bewley {cite}` Bewley1977 ` .
@@ -47,14 +55,6 @@ The Aiyagari model has been used to investigate many topics, including
4755
4856### Preliminaries
4957
50- In addition to what's included in base Anaconda, we need to install JAX.
51-
52- ``` {code-cell} ipython3
53- :tags: [skip-execution]
54-
55- !pip install --upgrade jax
56- ```
57-
5858We use the following imports:
5959
6060``` {code-cell} ipython3
You can’t perform that action at this time.
0 commit comments