Skip to content

Commit 6b1d639

Browse files
committed
Revert "ensure latex is installed for rendering of plot (collab)"
This reverts commit b62d770.
1 parent b62d770 commit 6b1d639

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lectures/kalman_2.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ 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-
5953
```{code-cell} ipython3
6054
import matplotlib.pyplot as plt
6155
import numpy as np

0 commit comments

Comments
 (0)