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-CN/.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 \
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.