Skip to content

Commit a4fbd86

Browse files
authored
Add pip install cells for quantecon and jax in lectures (#1006)
1 parent 3fc4e2a commit a4fbd86

9 files changed

Lines changed: 51 additions & 3 deletions

lectures/career.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3636
---
3737
tags: [hide-output]
3838
---
39-
!pip install quantecon
39+
!pip install quantecon jax
4040
```
4141

4242
## Overview

lectures/ifp_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3232
---
3333
tags: [hide-output]
3434
---
35-
!pip install quantecon
35+
!pip install quantecon jax
3636
```
3737

3838
## Overview

lectures/inventory_dynamics.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ kernelspec:
2828
:depth: 2
2929
```
3030

31+
In addition to what's in Anaconda, this lecture will need the following libraries:
32+
33+
```{code-cell} ipython3
34+
:tags: [hide-output]
35+
36+
!pip install jax
37+
```
38+
3139
## Overview
3240

3341
In this lecture, we will study the time path of inventories for firms that

lectures/jv.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ kernelspec:
3030
```{include} _admonition/gpu.md
3131
```
3232

33+
In addition to what's in Anaconda, this lecture will need the following libraries:
34+
35+
```{code-cell} ipython3
36+
:tags: [hide-output]
37+
38+
!pip install jax
39+
```
40+
3341
## Overview
3442

3543
In this section, we solve a simple on-the-job search model

lectures/kesten_processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3636
```{code-cell} ipython3
3737
:tags: [hide-output]
3838
39-
!pip install --upgrade quantecon yfinance
39+
!pip install --upgrade quantecon yfinance jax
4040
```
4141

4242
## Overview

lectures/learning_approximation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ kernelspec:
2929
:depth: 2
3030
```
3131

32+
In addition to what's in Anaconda, this lecture will need the following libraries:
33+
34+
```{code-cell} ipython3
35+
:tags: [hide-output]
36+
37+
!pip install quantecon
38+
```
39+
3240
## Overview
3341

3442
In {doc}`olg_adaptive_money` a system of adaptive agents found a rational expectations

lectures/mle.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ kernelspec:
2828
:depth: 2
2929
```
3030

31+
In addition to what's in Anaconda, this lecture will need the following libraries:
32+
33+
```{code-cell} ipython3
34+
:tags: [hide-output]
35+
36+
!pip install jax
37+
```
38+
3139
## Overview
3240

3341
In {doc}`ols`, we estimated the relationship between

lectures/newton_method.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ kernelspec:
3131
:depth: 2
3232
```
3333

34+
In addition to what's in Anaconda, this lecture will need the following libraries:
35+
36+
```{code-cell} ipython3
37+
:tags: [hide-output]
38+
39+
!pip install jax
40+
```
41+
3442
## Overview
3543

3644
Many economic problems involve finding [fixed

lectures/olg_adaptive_money.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ kernelspec:
2929
:depth: 2
3030
```
3131

32+
In addition to what's in Anaconda, this lecture will need the following libraries:
33+
34+
```{code-cell} ipython3
35+
:tags: [hide-output]
36+
37+
!pip install quantecon
38+
```
39+
3240
## Overview
3341

3442
{doc}`bounded_rationality` presented some models of monetary economies with multiple rational expectations equilibria.

0 commit comments

Comments
 (0)