Skip to content

Commit 9ce3dc0

Browse files
authored
FIX: add install of prettytable package (#203)
1 parent 7be425a commit 9ce3dc0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lectures/house_auction.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ kernelspec:
1313

1414
# Multiple Good Allocation Mechanisms
1515

16+
```{code-cell} ipython
17+
---
18+
tags: [hide-output]
19+
---
20+
!pip install prettytable
21+
```
22+
1623
## Overview
1724

1825
This lecture describes two mechanisms for allocating $n$ private goods ("houses") to $m$ people ("buyers").

0 commit comments

Comments
 (0)