diff --git a/lectures/debugging.md b/lectures/debugging.md index f9683b3c..fcff099e 100644 --- a/lectures/debugging.md +++ b/lectures/debugging.md @@ -50,9 +50,10 @@ Here we'll focus on Jupyter and leave you to explore other settings. We'll need the following imports ```{code-cell} ipython +%matplotlib inline import numpy as np import matplotlib.pyplot as plt -%matplotlib inline +plt.rcParams['figure.figsize'] = (10,6) ``` ## Debugging