Skip to content

Commit a897549

Browse files
authored
update set format (#306)
Co-authored-by: Humphrey Yang <humphrey.yang@anu.edu.au>
1 parent f21e0f6 commit a897549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/prob_matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import numpy as np
4545
import matplotlib.pyplot as plt
4646
import prettytable as pt
4747
from mpl_toolkits.mplot3d import Axes3D
48-
from IPython.display import set_matplotlib_formats
48+
from matplotlib_inline.backend_inline import set_matplotlib_formats
4949
set_matplotlib_formats('retina')
5050
%matplotlib inline
5151
```

0 commit comments

Comments
 (0)