Skip to content

Commit bb18112

Browse files
committed
FIX: add back in xlrd
1 parent 3504ecd commit bb18112

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lectures/inflation_history.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,14 @@ In the present context, the phrase "hard currency" means that the countries wer
4848
Under a gold or silver standard, some money also consisted of "warehouse certificates" that represented paper claims on gold or silver coins. Bank notes issued by the government or private banks can be viewed as examples of such "warehouse certificates".
4949
```
5050

51-
We start by importing some Python modules.
51+
We start by installing the necessary Python packages.
52+
53+
```{code-cell} ipython3
54+
:tags: [hide-output]
55+
!pip install xlrd
56+
```
57+
58+
We then import the Python modules we need.
5259

5360
```{code-cell} ipython3
5461
import numpy as np

0 commit comments

Comments
 (0)