IPython on Windows 7
IPython Notebook on Windows 7
우선 여기 에서 Python 2.7
설치 후 환경설정에서 path 에 다음 내용을 추가
C:\Python27\Scripts;C:\Python27;C:\Python27\Lib\site-packages;
64비트의 경우 여기 를 눌러 easy_install 을 위한 파이썬 스크립트를 다운받고 실행시킵니다. 32비트라면 여기 를 눌러 설치를 해주세요.
easy_install 설치 후에는 easy_install pip
그리고 나서 pip install ipython[all]
만약에 pyzmq
등의 에러가 나면 easy_install ipython[all]
을 하면 된다. 참 쉽죠?
Ref 🙂
– http://www.lucypark.kr/blog/2013/02/06/python-and-ipython-on-windows/
– http://ipython.org/ipython-doc/stable/install/install.html