Section 4
This is the fourth section of the notebook.
print("This is code in the fourth section")
This is code in the fourth sectionimport matplotlib as mpl
print(mpl.rcParams['figure.dpi'])
100.0%config InlineBackend.figure_format = 'retina'
print(mpl.rcParams['figure.dpi'])
100.0