
- Jupyter 教程
- Jupyter - 首頁
- IPython
- IPython - 簡介
- IPython - 安裝
- IPython - 入門
- 執行和編輯 Python 指令碼
- IPython - 歷史命令
- IPython - 系統命令
- IPython - 命令列選項
- 動態物件自省
- IPython - IO 快取
- 將 IPython 設定為預設 Python 環境
- 匯入 Python Shell 程式碼
- IPython - 嵌入 IPython
- IPython - 魔法命令
- Jupyter
- Project Jupyter - 概述
- Jupyter Notebook - 簡介
- 線上使用 Jupyter
- 安裝和入門
- Jupyter Notebook - 儀表盤
- Jupyter Notebook - 使用者介面
- Jupyter Notebook - 單元格型別
- Jupyter Notebook - 編輯
- Jupyter Notebook - Markdown 單元格
- 單元格魔法函式
- Jupyter Notebook - 繪圖
- 轉換筆記本
- Jupyter Notebook - IPyWidgets
- QtConsole
- QtConsole - 入門
- QtConsole - 多行編輯
- QtConsole - 內聯圖形
- QtConsole - 儲存為 Html
- QtConsole - 多個控制檯
- 連線到 Jupyter Notebook
- 使用 github 和 nbviewer
- JupyterLab
- JupyterLab - 概述
- 安裝和入門
- JupyterLab - 介面
- JupyterLab - 安裝 R 核心
- Jupyter 資源
- Jupyter - 快速指南
- Jupyter - 有用資源
- Jupyter - 討論
Jupyter Notebook - 簡介
IPython notebook 由 Fernando Perez 開發,作為 IPython 核心的基於 Web 的前端。為了建立一個支援多種語言的整合互動式計算環境,Notebook 專案轉移到 Project Jupyter 下,除了 Python 之外,還為 Juila 和 R 等程式設計環境提供了前端。
筆記本文件包含豐富的文字元素,包括 HTML 格式的文字、圖形、數學公式等。筆記本也是一個可執行文件,包含 Python 或其他支援語言的程式碼塊。
Jupyter notebook 是一種客戶端-伺服器應用程式。該應用程式在本地機器上啟動伺服器,並在 Web 瀏覽器中開啟筆記本介面,可以在其中進行編輯和執行。筆記本儲存為 ipynb 檔案,可以匯出為 html、pdf 和 LaTex 檔案。
廣告