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)
相關文章
- Jupyter notebook快速入門教程
- Jupyter Notebook介紹、安裝及使用教程
- Jupyter Notebook的安裝
- pyenv、ipython、jupyter的安裝使用Python
- 【PY】Jupyter Notebook 安裝與配置 實踐教程
- Jupyter Notebook 使用與安裝
- Anaconda下安裝Jupyter notebook
- 手把手教你安裝Jupyter Notebook(保姆級教程)
- 對 Python 開發者而言,IPython 仍然是 Jupyter Notebook 的核心Python
- Jupyter Notebook 下安裝 PHP 核心PHP
- Jupyter notebook 中用 pip 安裝 tensorflow
- PyCharm使用技巧(五):在PyCharm中使用IPython / Jupyter NotebookPyCharmPython
- Python環境的安裝(Anaconda+Jupyter notebook+Pycharm)PythonPyCharm
- Jupyter Notebook
- Python 3安裝IPython過程分享Python
- 深度學習環境安裝-conda-torch-Jupyter Notebook深度學習
- 雲端計算教程入門影片:如何安裝執行和連線Jupyter Notebook
- 全真教程:Windows環境Jupyter Notebook安裝、執行和工作資料夾配置Windows
- [譯] 給初學者的 Jupyter Notebook 教程
- 【Jupyter Notebook】jupyter notebook呼叫另一個.ipynb檔案
- 使用jupyter(IPython)開發opencvPythonOpenCV
- conda 安裝R以及在 Jupyter Notebook中執行 R 程式碼
- 怎麼在Python安裝jupyter?Python
- Python視覺化圖系列(1)-----jupyter notebookPython視覺化
- Jupyter Notebook 中同時使用 Python 和 RPython
- Jupyter Notebook的使用
- 視覺化執行Python的神器Jupyter Notebook視覺化Python
- jupyter notebook中 切換不同的Python環境Python
- Jupyter Notebook新增Ruby支援
- Jupyter Notebook入門指南
- jupyter notebook各種操作
- Python 庫/模組的pip安裝和IPython的使用Python
- 將Python虛擬環境新增到Jupyter Notebook中Python
- 為Jupyter Notebook 新增目錄
- jupyter notebook 遠端訪問
- jupyter notebook 刪除指定 kernel
- 搭建jupyter notebook伺服器伺服器
- pycharm中執行jupyter notebookPyCharm
- jupyter安裝使用