Skip to content

Commit b62d770

Browse files
committed
ensure latex is installed for rendering of plot (collab)
1 parent 3a1aba2 commit b62d770

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lectures/kalman_2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ In addition to what's in Anaconda, this lecture will need the following librarie
5050

5151
To conduct simulations, we bring in these imports, as in {doc}`A First Look at the Kalman filter <kalman>`.
5252

53+
```{code-cell} ipython3
54+
:tags: [hide-cell]
55+
56+
!apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super
57+
```
58+
5359
```{code-cell} ipython3
5460
import matplotlib.pyplot as plt
5561
import numpy as np

0 commit comments

Comments
 (0)