Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lectures/french_rev.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ This lecture uses data from three spreadsheets assembled by {cite}`sargent_velde
* [datasets/assignat.xlsx](https://github.com/QuantEcon/lecture-python-intro/blob/main/lectures/datasets/assignat.xlsx)

```{code-cell} ipython3
:tags: [hide-output]

%pip install openpyxl requests
```

Expand Down
2 changes: 2 additions & 0 deletions lectures/long_run_growth.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ be interesting to describe both total GDP and GDP per capita as it evolves withi
First we will need to install the following package

```{code-cell} ipython3
:tags: [hide-output]

%pip install openpyxl
```

Expand Down
Loading