# Problem Currently the generated plots from *MatplotLib* are being manually saved from *Jupyter Notebooks*. # Solution Simply add an additional `save_path` to the *function signature* to designate where to save plots to. ## References + https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.savefig.html