Loading...
Loading...
Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.
npx skill4agent add davila7/claude-code-templates jupyter-notebook.ipynbexperimenttutorialexport CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
export JUPYTER_NOTEBOOK_CLI="$CODEX_HOME/skills/jupyter-notebook/scripts/new_notebook.py"$CODEX_HOME/skills~/.codex/skillsexperimenttutorialuv run --python 3.12 python "$JUPYTER_NOTEBOOK_CLI" \
--kind experiment \
--title "Compare prompt variants" \
--out output/jupyter-notebook/compare-prompt-variants.ipynbuv run --python 3.12 python "$JUPYTER_NOTEBOOK_CLI" \
--kind tutorial \
--title "Intro to embeddings" \
--out output/jupyter-notebook/intro-to-embeddings.ipynbreferences/experiment-patterns.mdreferences/tutorial-patterns.mdreferences/notebook-structure.mdreferences/quality-checklist.mdassets/experiment-template.ipynbassets/tutorial-template.ipynb$JUPYTER_NOTEBOOK_CLI$CODEX_HOME/skills/jupyter-notebook/scripts/new_notebook.pytmp/jupyter-notebook/output/jupyter-notebook/ablation-temperature.ipynbuvuv pip install jupyterlab ipykernelreferences/experiment-patterns.mdreferences/tutorial-patterns.mdreferences/notebook-structure.mdreferences/quality-checklist.md