Skip to content

Commit ada2293

Browse files
committed
FIX: add in quantecon install for compat with anaconda base
1 parent fb931c2 commit ada2293

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lectures/lagrangian_lqdp.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ kernelspec:
1111
name: python3
1212
---
1313

14+
# Lagrangian for LQ Control
15+
16+
```{code-cell} ipython3
17+
:tags: [hide-output]
18+
!pip install quantecon
19+
```
20+
1421
```{code-cell} ipython3
1522
import numpy as np
1623
from quantecon import LQ
1724
from scipy.linalg import schur
1825
```
1926

20-
# Lagrangian for LQ Control
21-
2227
+++
2328

2429
## Overview

0 commit comments

Comments
 (0)