顯示具有 iPython 標籤的文章。 顯示所有文章
顯示具有 iPython 標籤的文章。 顯示所有文章

2012年8月28日 星期二

ipython GUI on mac

I use homebrew, easy_install to install all package.

You will need zmq, pyzmq, pygments, pyqt, ipython

First you need to use homebrew install zmq, pyqt.

brew install zmq pyqt

and install ipython, pygments, pyzmq

easy_install pyzmq pygments ipython

then you done it.

try to use
ipython qtconsole
to try it!