您的位置:首页 > 编程语言 > Python开发

【python】python for data analysis环境安装

2016-04-11 11:30 761 查看
书上说的直接EPDFree,但是得卸载之前的python,所以我就零散安装了。。

环境windows+python2.7

1 安装numpy,scipy,matpoltlib
http://blog.csdn.net/zhangyuehuan/article/details/39134747
2 安装ipython
http://blog.csdn.net/hmy1106/article/details/45151755
pyreadline要在之前安装

easy_install ipython (恩,我还是喜欢用easy_install)这里我用pip依旧有问题。。

安装ipython的依赖 tornado pyzmq

3  ipython.exe notebook 出现:



出现上述问题,http://stackoverflow.com/questions/31401890/importerror-no-module-named-notebook-notebookapp

于是:easy_install jupyter 。。。。

这时候依旧泵错:error: Could not find suitable distribution for Requirement.parse('entrypoints')

更改命令:pip install jupyter 

所以说我这里,pip和easy_install真是神一样的交互

4 ipython notebook成功跑出

5 安装pandas:
http://download.csdn.net/download/piano7heart/5751273
运行 ipython --pylab





这里不知道是不是python和ipython的区别,在python下必须要运行[3]的命令,不然会出现错误

运行结果:



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: