Python,Jupyter Notebook,IPython快速安裝教程
Python,IPython,Jupyter Notebook快速安裝教程
下一篇:IPython、Notebook、qtconsole使用教程
下一篇Python資料科學安裝Numby,pandas,scipy,matpotlib等(IPython安裝pandas)
最近深入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 操作
會自動開啟預設瀏覽器如圖
下一篇:IPython、Notebook、qtconsole使用教程
下一篇Python資料科學安裝Numby,pandas,scipy,matpotlib等(IPython安裝pandas)
相關文章
- 安裝ipython notebookPython
- ipython notebook安裝Python
- Jupyter notebook快速入門教程
- Jupyter Notebook介紹、安裝及使用教程
- Jupyter Notebook的安裝
- 【PY】Jupyter Notebook 安裝與配置 實踐教程
- pyenv、ipython、jupyter的安裝使用Python
- Jupyter Notebook 使用與安裝
- 手把手教你安裝Jupyter Notebook(保姆級教程)
- 對 Python 開發者而言,IPython 仍然是 Jupyter Notebook 的核心Python
- Python開發環境—— jupyter Notebook 安裝使用Python開發環境
- Jupyter Notebook 下安裝 PHP 核心PHP
- Anaconda下安裝Jupyter notebook
- Jupyter notebook 中用 pip 安裝 tensorflow
- PyCharm使用技巧(五):在PyCharm中使用IPython / Jupyter NotebookPyCharmPython
- Jupyter Notebook簡潔教程
- Python環境的安裝(Anaconda+Jupyter notebook+Pycharm)PythonPyCharm
- 雲端計算教程入門影片:如何安裝執行和連線Jupyter Notebook
- [譯] 給初學者的 Jupyter Notebook 教程
- 全真教程:Windows環境Jupyter Notebook安裝、執行和工作資料夾配置Windows
- 深度學習環境安裝-conda-torch-Jupyter Notebook深度學習
- 【Jupyter Notebook】jupyter notebook呼叫另一個.ipynb檔案
- Python 3安裝IPython過程分享Python
- IPython Notebook error - Unreadable Notebook: Unsupported JSON nbformatPythonErrorJSONORM
- 安裝anaconda並且配置jupyter notebook支援python2.x和3.x共存Python
- 使用jupyter(IPython)開發opencvPythonOpenCV
- 怎麼在Python安裝jupyter?Python
- 2018-01-06 通過putty去安裝Jupyter Notebook
- conda 安裝R以及在 Jupyter Notebook中執行 R 程式碼
- Python視覺化圖系列(1)-----jupyter notebookPython視覺化
- Jupyter Notebook 中同時使用 Python 和 RPython
- jupyter notebook各種操作
- Jupyter Notebook入門指南
- Centos升級Python 2.7並安裝pip、ipythonCentOSPython
- 視覺化執行Python的神器Jupyter Notebook視覺化Python
- jupyter notebook中 切換不同的Python環境Python
- Linux下安裝iPythonLinuxPython
- Centos6.5 IPython安裝CentOSPython