We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21e0f6 commit a897549Copy full SHA for a897549
lectures/prob_matrix.md
@@ -45,7 +45,7 @@ import numpy as np
45
import matplotlib.pyplot as plt
46
import prettytable as pt
47
from mpl_toolkits.mplot3d import Axes3D
48
-from IPython.display import set_matplotlib_formats
+from matplotlib_inline.backend_inline import set_matplotlib_formats
49
set_matplotlib_formats('retina')
50
%matplotlib inline
51
```
0 commit comments