Skip to content

Commit c251463

Browse files
committed
add quantecon back in for now re: gini_coefficient
1 parent bd4baca commit c251463

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lectures/inequality.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ 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 use the following imports.
64+
We need to install the `quantecon` package.
65+
66+
```{code-cell} ipython3
67+
!pip install quantecon
68+
```
69+
70+
We will also use the following imports.
6571

6672
```{code-cell} ipython3
6773
import pandas as pd

0 commit comments

Comments
 (0)