Skip to content

Commit

Permalink
Merge pull request #11 from QuantEcon/review-matplotlib
Browse files Browse the repository at this point in the history
MAINT: remove %matplotlib inline and contents directive
  • Loading branch information
mmcky committed Jun 13, 2024
2 parents 064f7c4 + 3dcef92 commit 5c57437
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 52 deletions.
4 changes: 0 additions & 4 deletions lectures/aiyagari.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# The Aiyagari Model

```{contents} Contents
:depth: 2
```

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

```{code-cell} ipython
Expand Down
5 changes: 0 additions & 5 deletions lectures/arellano.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Default Risk and Income Fluctuations

```{contents} Contents
:depth: 2
```

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

```{code-cell} python
Expand Down Expand Up @@ -80,7 +76,6 @@ import numpy as np
import quantecon as qe
from numba import njit, prange
%matplotlib inline
```

## Structure
Expand Down
4 changes: 0 additions & 4 deletions lectures/cass_koopmans_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Cass-Koopmans Model

```{contents} Contents
:depth: 2
```

## Overview

This lecture and {doc}`Cass-Koopmans Competitive Equilibrium <cass_koopmans_2>` describe a model that Tjalling Koopmans {cite}`Koopmans`
Expand Down
4 changes: 0 additions & 4 deletions lectures/cass_koopmans_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Cass-Koopmans Competitive Equilibrium

```{contents} Contents
:depth: 2
```

## Overview

This lecture continues our analysis in this lecture
Expand Down
5 changes: 0 additions & 5 deletions lectures/coase.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# {index}`Coase's Theory of the Firm <single: Coase's Theory of the Firm>`

```{contents} Contents
:depth: 2
```

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

```{code-cell} ipython
Expand Down Expand Up @@ -60,7 +56,6 @@ We'll use the following imports:
```{code-cell} ipython
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
from scipy.optimize import fminbound
from interpolation import interp
```
Expand Down
4 changes: 0 additions & 4 deletions lectures/knowing_forecasts_of_others.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Knowing the Forecasts of Others

```{contents} Contents
:depth: 2
```

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

```{code-cell} ipython
Expand Down
4 changes: 0 additions & 4 deletions lectures/markov_perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ kernelspec:
```{index} single: Markov Perfect Equilibrium
```

```{contents} Contents
:depth: 2
```

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

```{code-cell} ipython
Expand Down
7 changes: 1 addition & 6 deletions lectures/matsuyama.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ kernelspec:

# Globalization and Cycles

```{contents} Contents
:depth: 2
```

## Overview

In this lecture, we review the paper [Globalization and Synchronization of Innovation Cycles](http://www.centreformacroeconomics.ac.uk/Discussion-Papers/2015/CFMDP2015-27-Paper.pdf) by [Kiminori Matsuyama](http://faculty.wcas.northwestern.edu/~kmatsu/), [Laura Gardini](http://www.mdef.it/index.php?id=32) and [Iryna Sushko](http://irynasushko.altervista.org/).
In this lecture, we review the paper [Globalization and Synchronization of Innovation Cycles](http://www.centreformacroeconomics.ac.uk/Discussion-Papers/2015/CFMDP2015-27-Paper.pdf) by [Kiminori Matsuyama](http://faculty.wcas.northwestern.edu/~kmatsu/), [Laura Gardini](https://en.wikipedia.org/wiki/Laura_Gardini) and [Iryna Sushko](http://irynasushko.altervista.org/).

This model helps us understand several interesting stylized facts about the world economy.

Expand All @@ -45,7 +41,6 @@ Let's start with some imports:
```{code-cell} ipython
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
from numba import jit
from ipywidgets import interact
```
Expand Down
4 changes: 0 additions & 4 deletions lectures/rational_expectations.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# {index}`Rational Expectations Equilibrium <single: Rational Expectations Equilibrium>`

```{contents} Contents
:depth: 2
```

```{epigraph}
"If you're so smart, why aren't you rich?"
```
Expand Down
4 changes: 0 additions & 4 deletions lectures/re_with_feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ kernelspec:
```{index} single: Stability in Linear Rational Expectations Models
```

```{contents} Contents
:depth: 2
```

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

```{code-cell} ipython
Expand Down
4 changes: 0 additions & 4 deletions lectures/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Troubleshooting

```{contents} Contents
:depth: 2
```

This page is for readers experiencing errors when running the code from the lectures.

## Fixing Your Local Environment
Expand Down
4 changes: 0 additions & 4 deletions lectures/uncertainty_traps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Uncertainty Traps

```{contents} Contents
:depth: 2
```

## Overview

In this lecture, we study a simplified version of an uncertainty traps model of Fajgelbaum, Schaal and Taschereau-Dumouchel {cite}`fun`.
Expand Down

0 comments on commit 5c57437

Please sign in to comment.