> For the complete documentation index, see [llms.txt](https://jen-hsuan-hsieh.gitbook.io/python/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jen-hsuan-hsieh.gitbook.io/python/chapter1notes-from-research/chapter-2build-develope-environment/23jupyteripython-notebook/231introduction.md).

# 2.2.1.Introduction

* 1.以Anaconda來安裝IPython notebook:
  * Anaconda
    * 方便裝齊一些重要的套件
      * 官網下載並安裝(<https://www.continuum.io/downloads>)
  * Jupyter
    * Jupyter前身是IPython Notebook, 名稱由來是為了紀念伽利略
    * 以web介面提供使用者可以儲存, 開發, 顯示程式碼
    * 支援R, Julia, Pythom
* 2.以pip來安裝IPython notebook (for Windows):
  * 1.打開命令提示字元, 輸入pip install "ipython\[notebook]" ![](https://1184108162-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4M0G8SFgkeUaGo4vl-%2F-M4M0HrDfjWeZX2tGCNv%2F-M4M0Ksj6WxtBuOj06Ya%2FUntitled7.jpg?generation=1586302949266566\&alt=media)
  * 2.安裝完後, 輸入ipython notebook ![](https://1184108162-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4M0G8SFgkeUaGo4vl-%2F-M4M0HrDfjWeZX2tGCNv%2F-M4M0KslGZJ5IrRAaknU%2FUntitled8.jpg?generation=1586302949117108\&alt=media)
  * 3.輸入指令後, ipython notebook會自己開啟 ![](https://1184108162-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4M0G8SFgkeUaGo4vl-%2F-M4M0HrDfjWeZX2tGCNv%2F-M4M0Ksn1zOPxlGwuak_%2FUntitled9.jpg?generation=1586302948755006\&alt=media)
