QuantEcon · GitHub

Commit ada2293

committed

FIX: add in quantecon install for compat with anaconda base

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

  • lectures

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)

Read the original on github.com ↗