先日リリースされたPyCharm4には、データ分析者にも嬉しい機能が追加されています。 NumPy Array Viewer IPython notebook Support NumPy Array Viewer NumPyのArrayの状態を可視化してくれるツールです。 import numpy as np test_array = np.arange(25).reshape(5, 5) Debug Consoleから「View as Array」を選択すると、Viewerを表示できます。 簡単に中身を確認するには便利そうです。 大きな行列を表示させるとこんな感じ。。 IPython notebook Support IPython notebookはWebブラウザでPythonが実行できる素敵な環境ですが、PyCharm4がnotebookをサポートしました。 Demo.ipynb(n
![データ分析者に嬉しいPyCharm4の新機能 - Librabuch](https://cdn-ak-scissors.b.st-hatena.com/image/square/88580d893f8f38d8c5ab610c4925e6271c769183/height=288;version=1;width=512/https%3A%2F%2Flibrabuch.jp%2Fimg%2Flibrabuch-logo-og.png)