Ever wondered how come Jupyter defaults to raster inline graphics format (and not svg),
does not offer a "save as pdf/svg" button below every plot and does not offer a
way to include animated graphics that render on GitHub?
Our feelings exactly!
Here are our solutions: just replace pyplot.show()
with show_plot()
and use show_anim() for animations.
The open-atmos-jupyter-utils package has been developed for and used in numerous Jupyter notebooks
in PySDM, PyMPDATA and PyPartMC projects.
notebook_vars utility function