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-TW/.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. Lock the intent. Identify the notebook kind: experiment or tutorial. Capture the objective, audience, and what "done" looks like. 2. Scaffold from the template. 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 "$JUPYTERNOTEBO
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.