jupyter-notebook-writing
jupyter notebook writing
What it does
- Python code blocks ( python ... ) become code cells in the notebook
- Everything else becomes markdown cells
- Cell outputs are not preserved in .md (they get generated when running the notebook)
- The original input file is never modified or deleted
- If the output file already exists, a .bak backup is created automatically
- Mock / demo-only cells — any cells that exist purely for illustration and would fail or interfere in a real run.
- Badge format (Colab + GitHub badges at the top)
Requirements & configuration
- API key placeholder conventions ("sk-")
- No need to call loadcollection() — collections auto-load on creation
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
jupyter-notebook-writing FAQ
What does the jupyter-notebook-writing skill do?
Write Milvus application-level Jupyter notebook examples using a Markdown-first workflow with jupyter-switch for format conversion. Python code blocks ( python ... ) become code cells in the notebook Everything else becomes markdown cells
What does jupyter-notebook-writing require?
API key placeholder conventions ("sk-") No need to call loadcollection() — collections auto-load on creation
How do I install jupyter-notebook-writing?
Run: npx -y skills add https://github.com/zc277584121/marketing-skills --skill jupyter-notebook-writing --agent claude-code — the source lives at github.com/zc277584121/marketing-skills.
Maintain jupyter-notebook-writing?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[jupyter-notebook-writing on getagentictools](https://getagentictools.com/skills/zc277584121-marketing-skills-jupyter-notebook-writing?ref=badge) npx agentictools info skills/zc277584121-marketing-skills-jupyter-notebook-writing The second line is the CLI lookup for this page — handy in READMEs and docs.