Skip to content

Commit

Permalink
fix execution issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Mar 1, 2024
1 parent fca759f commit 54d9de5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lectures/inequality.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ In this lecture we discuss standard measures of inequality used in economic rese

For each of these measures, we will look at both simulated and real data.

We will need to install the following packages

```{code-cell} ipython3
!pip install wbgapi
```

We will also use the following imports.

```{code-cell} ipython3
Expand Down Expand Up @@ -591,6 +597,7 @@ This section makes use of the following code to compute the data, however to spe
```{code-cell} ipython3
:tags: [skip-execution, hide-input, hide-output]
!pip install quantecon
import quantecon as qe
varlist = ['n_wealth', # net wealth
Expand Down

0 comments on commit 54d9de5

Please sign in to comment.