歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Python,Jupyter Notebook,IPython快速安裝教程

Python,Jupyter Notebook,IPython快速安裝教程

日期:2017/2/28 13:50:07   编辑:Linux教程

最近深入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

3.快速安裝Jupyter Notebook(更新於2016/7/2)

由於ipython notebook 最新整合為Jupyter notebook,所以把2016/1/5的文章更新一下,好正確安裝配置開發環境。

3.1打開CMD
3.2 安裝jupyter notebook
輸入pip install jupyter notebook
即可安裝成功。
3.2 啟動notebook
輸入 jupyter notebook

3.3 操作
會自動打開默認浏覽器

CentOS 6.4 中IPython如何啟動Qt控制台和NoteBook? http://www.linuxidc.com/Linux/2014-04/100037.htm

CentOS 5安裝IPython http://www.linuxidc.com/Linux/2014-04/100038.htm

CentOS和RHEL安裝 IPython 0.11 http://www.linuxidc.com/Linux/2014-04/100041.htm

CentOS6.5安裝Python2.7.8以及安裝IPython http://www.linuxidc.com/Linux/2015-01/111092.htm

CentOS 6.5安裝IPython3.0 http://www.linuxidc.com/Linux/2015-03/115601.htm

IPython 的詳細介紹:請點這裡
IPython 的下載地址:請點這裡

Copyright © Linux教程網 All Rights Reserved