Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/career.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
---
tags: [hide-output]
---
!pip install quantecon
!pip install quantecon jax
```

## Overview
Expand Down
2 changes: 1 addition & 1 deletion lectures/ifp_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
---
tags: [hide-output]
---
!pip install quantecon
!pip install quantecon jax
```

## Overview
Expand Down
8 changes: 8 additions & 0 deletions lectures/inventory_dynamics.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ kernelspec:
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]

!pip install jax
```

## Overview

In this lecture, we will study the time path of inventories for firms that
Expand Down
8 changes: 8 additions & 0 deletions lectures/jv.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ kernelspec:
```{include} _admonition/gpu.md
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]

!pip install jax
```

## Overview

In this section, we solve a simple on-the-job search model
Expand Down
2 changes: 1 addition & 1 deletion lectures/kesten_processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
```{code-cell} ipython3
:tags: [hide-output]

!pip install --upgrade quantecon yfinance
!pip install --upgrade quantecon yfinance jax
```

## Overview
Expand Down
8 changes: 8 additions & 0 deletions lectures/learning_approximation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ kernelspec:
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]

!pip install quantecon
```

## Overview

In {doc}`olg_adaptive_money` a system of adaptive agents found a rational expectations
Expand Down
8 changes: 8 additions & 0 deletions lectures/mle.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ kernelspec:
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]

!pip install jax
```

## Overview

In {doc}`ols`, we estimated the relationship between
Expand Down
8 changes: 8 additions & 0 deletions lectures/newton_method.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ kernelspec:
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]

!pip install jax
```

## Overview

Many economic problems involve finding [fixed
Expand Down
8 changes: 8 additions & 0 deletions lectures/olg_adaptive_money.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ kernelspec:
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]

!pip install quantecon
```

## Overview

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