
- Jupyter 教程
- Jupyter - 首頁
- IPython
- IPython - 簡介
- IPython - 安裝
- IPython - 開始使用
- 執行和編輯 Python 指令碼
- IPython - 歷史命令
- IPython - 系統命令
- IPython - 命令列選項
- 動態物件自省
- IPython - I/O 快取
- 將 IPython 設定為預設 Python 環境
- 匯入 Python Shell 程式碼
- IPython - 嵌入 IPython
- IPython - 魔術命令
- Jupyter
- Jupyter 專案 - 概述
- Jupyter Notebook - 簡介
- 線上使用 Jupyter
- 安裝和開始使用
- Jupyter Notebook - 儀表盤
- Jupyter Notebook - 使用者介面
- Jupyter Notebook - 單元格型別
- Jupyter Notebook - 編輯
- Jupyter Notebook - Markdown 單元格
- 單元格魔法函式
- Jupyter Notebook - 繪圖
- 轉換 Notebook
- Jupyter Notebook - IPyWidgets
- QtConsole
- QtConsole - 開始使用
- QtConsole - 多行編輯
- QtConsole - 內聯圖形
- QtConsole - 儲存為 Html
- QtConsole - 多個控制檯
- 連線到 Jupyter Notebook
- 使用 github 和 nbviewer
- Jupyter 資源
- Jupyter - 快速指南
- Jupyter - 有用資源
- Jupyter - 討論
Jupyter 專案 - 概述
Jupyter 專案起源於 2014 年 IPython 專案的一個分支。IPython 的語言無關特性被遷移到 Jupyter 專案下。名稱 Jupyter 來自於其支援的核心程式語言:Julia、Python 和 R。Jupyter 專案下的產品旨在支援互動式資料科學和科學計算。
Jupyter 專案包含以下各種產品:
IPykernel − 這是一個為 Jupyter 提供 IPython 核心的包。
Jupyter 客戶端 − 此包包含 Jupyter 協議的參考實現。它也是一個用於啟動、管理和與 Jupyter 核心通訊的客戶端庫。
Jupyter Notebook − 以前稱為 IPython Notebook。這是一個基於 Web 的 IPython 核心和許多其他程式語言核心的介面。
Jupyter 核心 − 核心是 Jupyter 產品中程式語言的執行環境。
以下是 Jupyter 核心的列表:
核心 | 語言 | URL |
---|---|---|
IJulia | Julia | |
IHaskell | Haskell | |
IRuby | Ruby | |
IJavaScript | JavaScript | |
IPHP | PHP | |
IRKernel | R |
Qtconsole − 一個功能豐富的基於 Qt 的控制檯,用於與 Jupyter 核心互動。
nbconvert − 將 Jupyter Notebook 檔案轉換為其他格式。
JupyterLab − 一個基於 Web 的整合介面,用於 Notebook、編輯器、控制檯等。
nbviewer − Notebook 檔案的 HTML 檢視器。
廣告