IPython 0.12 が正式リリースされた。
IPython: Productive Interactive Computing — IPython
とりあえず notebook を動作させてみた。
pip install ipython
pip install tornado
sudo port install zmq
pip install pyzmq
# 速度を求める場合は pyzmq-ctypes
# pip install ctypes
# pip install pyzmq-ctypes
# 起動
ipython
> from IPython.external import mathjax; mathjax.install_mathjax()
> exit
# notebook 起動
ipython notebook
デフォルトのプラウザで起動する。ブラウザベースの環境としてはかなり強力。
用途は色々あるけど、まずは画像とかも出るので、ターミナルで画像が表示できないとかの環境なら、利用すると良いんぢゃないかな。