最近深入Python的数据分析方面,为了进一步优化工具决定自己动手安装,可是看到安装文档基本千篇一律,跟不上版本变更只好看官方文档,选择了快速安装,这也省去了新手不少的时间,从而有更多的时间专注于工具的使用和科学分析。
(2016年7月2日增量更新,引用jupyter notebook的自我介绍。 The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.)
Windows10,Python3.5.1,IPython,jupyter notebook,and other functionality
官方安装文档Linux版3.x 官方安装文档列表,包含3.x2.x等等
2.安装Python 有几步不是默认的(注意) 2.1 双击安装包,勾选添加到path 2.2默认下一步 2.3勾选全部用户使用 等待安装完成! 2.4检查是否已经安装好pip和setuptool CMD中输入python -m pip list
3.1打开CMD 3.2 安装jupyter notebook 输入pip install jupyter notebook 即可安装成功。 3.2 启动notebook 输入 jupyter notebook
3.3 操作 会自动打开默认浏览器如图