Skip to content

Commit 54d9de5

Browse files
committed
fix execution issue
1 parent fca759f commit 54d9de5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lectures/inequality.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ In this lecture we discuss standard measures of inequality used in economic rese
6161

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

64+
We will need to install the following packages
65+
66+
```{code-cell} ipython3
67+
!pip install wbgapi
68+
```
69+
6470
We will also use the following imports.
6571

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

0 commit comments

Comments
 (0)