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/ko/.agents/skills/jupyter-notebook/SKILL.md
What it does
사용자가 실험, 탐색 또는 튜토리얼을 위한 Jupyter 노트북(.ipynb)을 생성, 스캐폴딩하거나 편집해 달라고 요청할 때 사용합니다; 번들로 제공되는 템플릿을 우선 사용하고 깨끗한 시작 노트북을 생성하기 위해 헬퍼 스크립트 newnotebook.py를 실행하는 것을 권장합니다.
Skill instructions
Jupyter Notebook 스킬 두 가지 주요 모드에 대해 깔끔하고 재현 가능한 Jupyter 노트북을 만드세요: - 실험 및 탐색적 분석 - 튜토리얼 및 교육 중심 워크스루 일관된 구조와 JSON 실수 감소를 위해 번들된 템플릿과 도우미 스크립트를 사용하는 것을 권장합니다. When to use - 새로운 .ipynb 노트북을 처음부터 생성할 때. - 초안 노트나 스크립트를 구조화된 노트북으로 변환할 때. - 기존 노트북을 재현 가능하고 훑어보기 쉬운 형태로 리팩터링할 때. - 다른 사람들이 읽거나 다시 실행할 실험이나 튜토리얼을 만들 때. Decision tree - 요청이 탐색적이거나 분석적이거나 가설 기반이라면 experiment를 선택하세요. - 요청이 교육적이거나 단계별이거나 특정 대상에 초점을 둔다면 tutorial을 선택하세요. - 기존 노트북을 편집하는 경우에는 리팩터로 간주하세요: 의도를 보존하고 구조를 개선하세요. Skill path (set once) bash export CODEXHOME="${CODEXHOME:-$HOME/.codex}" export JUPYTERNOTEBOOKCLI="$CODEXHOME/skills/jupyter-notebook/scripts/newnotebook.py" 사용자 범위 스킬은 $CODEXHOME/skills에 설치됩니다 (기본값: ~/.codex/skills). Workflow 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. 템플릿으로부터 골격을 만드세요. 원시 노트북 JSON을 수동으로 작성하지 않도록 도우미 스크립트를 사용하세요. bash uv run --python 3.12 python "$JUPYTERNOTEBOOKCLI" \ --kind experim
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.