Is there a way of creating animated graphs. For example showing the same graph, with different parameters.
For example is SAGE notebook, one can write:
On @goger's comment of 'horrible flickering', I found that calling clear_output(wait=True) solved my problem. The flag tells clear_output to wait to render till it has something new to render.
If you want 3D scatter plot animations, the Ipyvolume Jupyter widget is very impressive. http://ipyvolume.readthedocs.io/en/latest/animation.html#