首页 / 操作系统 / Linux / Python,Jupyter Notebook,IPython快速安装教程
最近深入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.)
0.安装环境
Windows10,Python3.5.1,IPython,jupyter notebook,and other functionality官方安装文档Linux版3.x 官方安装文档列表,包含3.x2.x等等
1.下载Python最新版(3.5.1版链接)(根据机器位数下载如64位)
2.安装Python 有几步不是默认的(注意) 2.1 双击安装包,勾选添加到path
2.2默认下一步
2.3勾选全部用户使用
等待安装完成! 2.4检查是否已经安装好pip和setuptool CMD中输入python -m pip list