jupyter notebookChromebookでLinux(ベータ)にminicondaをインストールしてPython(jupyter notebook)環境構築 chromebookでPythonを利用するには、AWS cloud9やgoogle colaboratoryを利用する必要があったが、2019年に発売のChromebookでは開発者モードにしなくともLinuxが動作するようになった。ここでは、Linuxにminicondaをインストールしてをpython環境を構築する手順について解説する。 2019.09.21jupyter notebookpython
matplotlib Animation[matplotlib animation] 25. サインポール(理容店を示す細長い円柱状の看板) matplotlib FuncAnimationによるサインポールのアニメーション 2019.01.29matplotlib Animationpython
matplotlib 3D[matplotlib 3D] 26. 3D wireframe plotでanimation matplotlib mplot3dの3D wireframe plotをArtistAnimationを使って、アニメーションで表示する方法について解説する。 2018.10.24matplotlib 3Dmatplotlib Animationpython
Pandas[pandas] 複数のエクセルファイルをひとつにまとめる 複数のエクセルファイルをひとつのファイルにまとめる方法について説明する。globでファイルを選択して、pandasのconcatでひとつにして保存する。 2018.10.06Pandaspython
matplotlib[matplotlib] 1.matplotlibで横軸日付の棒グラフ pythonのmatplotlibを使って横軸日付の棒グラフを作成する。 2018.09.29matplotlibpython