jupyter-notebook Skill
當使用者要求建立、搭建或編輯用於實驗、探索或教學的 Jupyter 筆記本 (.ipynb) 時使用;優先採用內建範本並執行輔助腳本 newnotebook.py 以產生一個乾淨的起始筆記本。 Published by microsoft in ai-agents-for-beginners.
What is jupyter-notebook Skill?
當使用者要求建立、搭建或編輯用於實驗、探索或教學的 Jupyter 筆記本 (.ipynb) 時使用;優先採用內建範本並執行輔助腳本 newnotebook.py 以產生一個乾淨的起始筆記本。 Published by microsoft in ai-agents-for-beginners. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using ai-agents-for-beginners
Technical details
- Install or run with Copy skill directory
When to use jupyter-notebook Skill
- Use it for developers using ai-agents-for-beginners.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/ai-agents-for-beginners
- Skill file: translations/zh-MO/.agents/skills/jupyter-notebook/SKILL.md
What it does
當使用者要求建立、搭建或編輯用於實驗、探索或教學的 Jupyter 筆記本 (.ipynb) 時使用;優先採用內建範本並執行輔助腳本 newnotebook.py 以產生一個乾淨的起始筆記本。
Skill instructions
Jupyter Notebook 技能 為兩種主要模式建立乾淨、可重現的 Jupyter 筆記本: - 實驗與探索性分析 - 教學及導覽式示範 優先使用隨附的範本和輔助腳本,以獲得一致的結構並減少 JSON 錯誤。 何時使用 - 從頭建立新的 .ipynb 筆記本。 - 將草稿筆記或腳本轉換為結構化的筆記本。 - 重構現有的筆記本,使其更具可重現性且易於瀏覽。 - 建立會被他人閱讀或重新執行的實驗或教學範例。 決策樹 - 如果請求是探索性、分析性或以假設為驅動,選擇 experiment。 - 如果請求是教學型、逐步或針對特定受眾,選擇 tutorial。 - 如果編輯現有筆記本,將其視為重構:保留意圖並改進結構。 技能路徑(設定一次) bash export CODEXHOME="${CODEXHOME:-$HOME/.codex}" export JUPYTERNOTEBOOKCLI="$CODEXHOME/skills/jupyter-notebook/scripts/newnotebook.py" User-scoped skills install under $CODEXHOME/skills (default: ~/.codex/skills). 工作流程 1. 鎖定意圖。 Identify the notebook kind: experiment or tutorial. Capture the objective, audience, and what "done" looks like. 2. 從範本建立骨架。 Use the helper script to avoid hand-authoring raw notebook JSON. bash uv run --python 3.12 python "$JUPYTERNOTEBOOKCLI" \ --kind experiment \ --title "Compare prompt variants" \ --out output/jupyter-notebook/compare-prompt-variants.ipynb bash uv run --python 3.12 python "$JUPYTERNOTEBOOKCLI" \ --kind tutorial \ --title "
Explore related resources
Frequently asked questions
What is jupyter-notebook?
jupyter-notebook is a open-source AI agent skill with Copy skill directory. 當使用者要求建立、搭建或編輯用於實驗、探索或教學的 Jupyter 筆記本 (.ipynb) 時使用;優先採用內建範本並執行輔助腳本 newnotebook.py 以產生一個乾淨的起始筆記本。
Who is jupyter-notebook best for?
jupyter-notebook is best for reusing agent instructions, scripts, and references.
How do I install jupyter-notebook?
Install or run jupyter-notebook using Copy skill directory. Check jupyter-notebook for the latest setup command.
Is jupyter-notebook actively maintained?
jupyter-notebook may need a closer maintenance check before production use.
Auto-fetched from GitHub.