2.2.1.Introduction

  • 1.以Anaconda來安裝IPython notebook:

    • Anaconda

    • Jupyter

      • Jupyter前身是IPython Notebook, 名稱由來是為了紀念伽利略

      • 以web介面提供使用者可以儲存, 開發, 顯示程式碼

      • 支援R, Julia, Pythom

  • 2.以pip來安裝IPython notebook (for Windows):

    • 1.打開命令提示字元, 輸入pip install "ipython[notebook]"

    • 2.安裝完後, 輸入ipython notebook

    • 3.輸入指令後, ipython notebook會自己開啟

Last updated

Was this helpful?