用法# 與使用 Jupyter 生態系統中的各種工具相關的資訊。 使用和配置# jupyter 命令 常用目錄和檔案位置 Jupyter 的通用配置方法 我如何決定需要哪些包?# Jupyter 可用於許多不同的用例。下面是一些使用者故事,說明您何時以及如何使用 Jupyter 生態系統中的工具,以及一個有助於列出您的一些選項的圖表。 敘述和用例 Notebook 敘述 描述 敘述示例 JupyterHub 敘述 描述 敘述示例 敘述 - 構建塊 描述 敘述示例 Jupyter 用於資料科學 Jupyter 和科學計算 Jupyter 在教育領域 Jupyter 在企業中 描述 用例示例 什麼是敘述? digraph decide_project { graph [fontname = "helvetica", fontsize="18"]; node [fontname = "helvetica", fontsize="18"]; edge [fontname = "helvetica", fontsize="18"]; label = "Note:\nGreen ringed shapes are links on this site and open in this window\nBlue ones are links to external sites and open in a new tab/window." tooltip="How do I decide which packages I need?"; // Top Level what [ shape=parallelogram, label="What are you\ntrying to do?", tooltip="You have several possibilities!", style=filled, color=".3 .7 1.0"] // Second Level try [ shape=box, label="Try the notebook", tooltip="Try the Jupyter notebook!"] install [shape=box, label="Install the notebook", tooltip="Go To Install Jupyter!"] team [ shape=box, label="Install notebooks\n for my team, class,\n or group", tooltip="Install for teams, etc!"] convert [ shape=box, label="Convert my\n notebook file to\n another format", tooltip="Convert to other formats."] lang [ shape=box, label="Use another\n programming\n language such as\n R or Java", tooltip="Use other programming languages."] custom [ shape=box, label="Customize the\n notebook for my\n needs", tooltip="Customize Notebooks."] // 3rd Level online [ label="Try Online", tooltip="Try Notebooks Online - without any installation!", target="_blank", color=blue, // External Link href="https://try.jupyter.org/"] doinstall [ label="Install Jupyter", tooltip="How to install", target="_top", color=green, // Local Link href="../install.html"] // 4th level hub [ label="JupyterHub", tooltip="Install JupyterHub", target="_blank", color=blue, // External Link href="https://github.com/jupyterhub/jupyterhub"] nbconvert [ label="nbconvert", tooltip="How to convert notebooks", target="_blank", color=blue, // External Link href="https://nbconvert.readthedocs.io/en/latest/"] kernel [ label="Install a\nlanguage\nkernel", tooltip="How to install kernels", target="_top", color=green, // Local Link href="../projects/kernels.html"] // Path labels noinst [ shape=plaintext, label="No installation\nneeded!", tooltip="Don't wish to install yet?"] like [ shape=plaintext, label="I like it,\nand I wish to install it!", tooltip="You like it!"] my [ shape=plaintext, label="On my system", tooltip="Local Installation"] // below kernel widgets [ label="Widgets", tooltip="Install & use ipywidgets", target="_blank", color=blue, // External Link href="https://ipywidgets.readthedocs.io/en/latest/"] extend [ label="Extensions", tooltip="Install & use extensions", target="_blank", color=blue, // External Link href="https://github.com/ipython-contrib/jupyter_contrib_nbextensions"] dash [ label="Dashboards", tooltip="Install & use dashboards", target="_blank", color=blue, // External Link href="https://github.com/voila-dashboards/voila"] help [ label="Help", tooltip="Ask on jupyter help", target="_blank", color=blue, // External Link href="https://github.com/jupyter/help"] // Edges what -> {try install team convert lang custom} try -> noinst -> online online -> like -> doinstall install -> my -> doinstall team -> hub convert -> nbconvert lang -> kernel custom -> {widgets extend dash help} // Arrangement {rank=same; what} {rank=same; try; install; team; convert; lang; custom;} {rank=same; widgets; extend;} {rank=same; my; dash; help;} } 高階主題# 高階用例 從 IPython Notebook 遷移 摘要 理解遷移過程 檔案的自動遷移 我的配置檔案去哪兒了? 查詢重要檔案的位置 配置檔案 資料檔案:核心規範和筆記本擴充套件 既然 Jupyter 沒有配置檔案,我該如何自定義它? 更改 Jupyter 筆記本配置目錄 更改 Jupyter 筆記本配置檔案 使用自定義核心規範更改 IPython 的配置檔案 理解安裝更改 筆記本擴充套件 核心 理解匯入中的更改