Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Creates a Jupyter notebook with Jupytext pairing and registers it in _quarto.yml. Use when adding a new notebook.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-15 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -68% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 15% | 0% |
Create a new Jupyter notebook with Jupytext pairing and register it in the manuscript.
$ARGUMENTS — the notebook name and title (e.g., "notebook-02 Regression Analysis")notebook-NN.ipynb (sequential numbering)notebooks/ for existing notebooks to determine the next number.ipynb file in notebooks/ with:import sys; sys.path.insert(0, ".."); from config import set_seeds, DATA_DIR; set_seeds()source("../config.R"); set_seeds()clear all followed by set seed 42.md pair by running: uv run jupytext --set-formats ipynb,md:myst notebooks/<name>.ipynb_quarto.yml under manuscript.notebooks:yaml
title: "N<number>: <title>"
quarto render notebooks/<name>.ipynbOther measured skills in the registry, with their headline benchmark lift.