What problem does it solve?
This skill enables AI agents and developers to control Jupyter servers and notebooks from the command line, execute code on kernels, manage sessions and kernels, and synchronize outputs back to notebooks without manual switching between tools.
Core Features & Use Cases
- Remote control of Jupyter servers and kernels from the CLI, including creating, listing, interrupting, and restarting sessions.
- Execute code inline or from notebooks and py:percent scripts, with automatic notebook writeback of outputs.
- Inspect kernel state and search notebook content with ripgrep, enabling quick debugging and content discovery.
Quick Start
Connect to a Jupyter server with j-cli healthcheck, then create a session and execute cells from notebook.ipynb.