From f3d06a29e0d329b6d2a402c420d1e016e87835e7 Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 9 Feb 2022 09:39:19 +1100 Subject: [PATCH] FIX: add install of prettytable package --- lectures/house_auction.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lectures/house_auction.md b/lectures/house_auction.md index 66a3d0ab1..31cc6c3a8 100644 --- a/lectures/house_auction.md +++ b/lectures/house_auction.md @@ -13,6 +13,13 @@ kernelspec: # Multiple Good Allocation Mechanisms +```{code-cell} ipython +--- +tags: [hide-output] +--- +!pip install prettytable +``` + ## Overview This lecture describes two mechanisms for allocating $n$ private goods ("houses") to $m$ people ("buyers").