Jupyter上でmatplotlibのアニメーションを再生する - Qiita
デモ 方法 %matplotlib nbagg を加えることで、matplotlibの__nbagg__が有効になり、Jupyter上でアニメーションが再生できます。 matplotlibの公式の説明によると、__nbagg__はmatplotlib 1.4で新たに...