--- title: Title keywords: fastai sidebar: home_sidebar nb_path: "venv/Lib/site-packages/nbconvert/exporters/tests/files/pngmetadata.ipynb" ---
{% raw %}
{% endraw %} {% raw %}
%matplotlib inline
%config InlineBackend.figure_formats = set(['retina'])
import matplotlib.pyplot as plt
plt.plot([0,1],[1,0])
[<matplotlib.lines.Line2D at 0x10f695240>]
{% endraw %}