Enables programmatic management of Jupyter notebooks, allowing interaction and manipulation of notebook content via code.
Sponsored
This tool provides an MCP server that allows programmatic interaction with Jupyter notebooks. It offers a suite of tools for reading notebook content (with or without outputs), reading cell outputs, adding and editing cells, and executing specific cells. It is designed to integrate with platforms like Claude Desktop, enabling AI agents to interact with and modify Jupyter notebooks dynamically, facilitating tasks such as automated notebook creation, content modification, and result verification.
Key Features
01Read notebook content with or without cell outputs.
02Add new cells (code or markdown) to a notebook.
03Execute a specific cell and retrieve its output.
04Read output of a specific cell.
05Modify the content of existing cells.
0615 GitHub stars
Use Cases
01Automated notebook creation and modification.
02Verification of cell execution and output through code.
03Programmatic execution of Jupyter notebook cells.