From hamelnb
Interacts with a live local Jupyter notebook kernel for Jupyter-like in-memory REPL, notebook inspection/editing with persistent kernel, and explicit verification passes.
npx claudepluginhub hamelsmu/hamelnbThis skill uses the workspace's default tool permissions.
This is the Claude plugin entrypoint for the shared skill in this repo.
Interacts with live local Jupyter notebook kernels to discover servers/notebooks, inspect contents, execute code incrementally, and edit cells while preserving kernel state. Use when avoiding expensive reruns.
Reads, modifies, executes, and converts Jupyter notebooks (.ipynb) programmatically. Use for data science workflows: edit cells, clear outputs, convert formats.
Uses nteract notebooks as persistent Python REPL for data exploration, analysis, plotting, and iterative computation. Replaces chained python3 -c commands or throwaway scripts with stateful cells and rich outputs.
Share bugs, ideas, or general feedback.
This is the Claude plugin entrypoint for the shared skill in this repo.
Use the shared skill files as the source of truth:
../jupyter-live-kernel/SKILL.md../jupyter-live-kernel/scripts/jupyter_live_kernel.py../jupyter-live-kernel/references/jupyter-hooks.mdFollow the shared SKILL.md for behavior, command order, limits, and examples.