v-crn Code Log

主に備忘録

2019-11-26から1日間の記事一覧

IPython上でGIFを表示する

前提 ルートディレクトリに表示したいGIFファイルがある場合を想定します。 !ls sample_data sin_curve.gif ちなみに上の「sin_curve.gif」を生成するコードはこんな感じ。 %% !pip install animatplot %% """ Introduction to animatplot https://animatplo…