Example from agentpy: ```py def animation_plot(): animation = ap.animate(animation_plot_single) return IPython.display.HTML(animation.to_jshtml(fps=20)) ```