Skip to content

Commit 25414fc

Browse files
committed
save branch conflict
1 parent ce920aa commit 25414fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lectures/inequality.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ We will need to install the following packages
6666
```{code-cell} ipython3
6767
:tags: [hide-output]
6868
69-
<<<<<<< HEAD
7069
!pip install wbgapi plotly
71-
=======
72-
!pip install quantecon
73-
>>>>>>> main
7470
```
7571

7672
We will also use the following imports.
@@ -80,11 +76,8 @@ import pandas as pd
8076
import numpy as np
8177
import matplotlib.pyplot as plt
8278
import random as rd
83-
<<<<<<< HEAD
8479
import wbgapi as wb
8580
import plotly.express as px
86-
=======
87-
>>>>>>> main
8881
```
8982

9083
## The Lorenz curve

0 commit comments

Comments
 (0)