We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce920aa commit 25414fcCopy full SHA for 25414fc
lectures/inequality.md
@@ -66,11 +66,7 @@ We will need to install the following packages
66
```{code-cell} ipython3
67
:tags: [hide-output]
68
69
-<<<<<<< HEAD
70
!pip install wbgapi plotly
71
-=======
72
-!pip install quantecon
73
->>>>>>> main
74
```
75
76
We will also use the following imports.
@@ -80,11 +76,8 @@ import pandas as pd
80
import numpy as np
81
77
import matplotlib.pyplot as plt
82
78
import random as rd
83
84
79
import wbgapi as wb
85
import plotly.express as px
86
87
88
89
90
## The Lorenz curve
0 commit comments