最近深入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
<a href="http://ipython.org/ipython-doc/3/install/install.html">官方安装文档linux版3.x</a>
<a href="http://ipython.org/documentation.html">官方安装文档列表,包含3.x2.x等等</a>
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
输入<code>pip install jupyter notebook</code>
即可安装成功。
3.2 启动notebook
输入 <code>jupyter notebook</code>
3.3 操作
会自动打开默认浏览器如图