QuantEcon · GitHub

Commit 2a609cc

authored

FIX: Install iterpolation library (#80)

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lectures

Lines changed: 9 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -24,6 +24,15 @@ kernelspec:

2424

:depth: 2

2525

```

2626
27+

In addition to what's in Anaconda, this lecture will need the following libraries:

28+
29+

```{code-cell} ipython

30+

---

31+

tags: [hide-output]

32+

---

33+

!pip install interpolation

34+

```

35+
2736

## Overview

2837
2938

In 1937, Ronald Coase wrote a brilliant essay on the nature of the firm {cite}`coase1937nature`.

0 commit comments

Comments

 (0)

Read the original on github.com ↗