Skip to content

Commit 917b396

Browse files
committed
update position of pip install
1 parent 568820a commit 917b396

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lectures/aiyagari.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

3139
In 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-
5858
We use the following imports:
5959

6060
```{code-cell} ipython3

0 commit comments

Comments
 (0)