Agentsclaude code · codex
Agents: Show Your Work
A live notebook for Claude Code and Codex. State persists. Outputs stay rich. Every step is yours to inspect, edit, and keep.
Claude Code
/plugin marketplace add nteract/agent-plugins
/plugin install nteract@nteract
# nightly channel:
/plugin install nightly@nteractPlugins pin at install time. Add
--ref vX.Y.Z for a known release.Codex
codex plugin marketplace add \
nteract/agent-plugins
# then run /plugin in Codex and
# enable nteract or nightlyRestart Codex after changing plugin or marketplace settings.
What agents get
- Notebook-backed Python sessions that keep variables and imports between runs.
- Dependencies added before or during exploratory work.
- Cells and rich outputs to inspect instead of reconstructed shell logs.
- A durable scratchpad. Save the notebook when the exploration is worth keeping.
Download nteractTools missing? Restart the agent, or run
runt doctor.