Skip to main content
Glama

MCP Claude Code

by SDGLBL

notebook_read

Extract and display all cells, including code, text, and outputs, from a Jupyter notebook file using its absolute path for comprehensive analysis and review.

Instructions

Reads a Jupyter notebook (.ipynb file) and returns all of the cells with their outputs. Jupyter notebooks are interactive documents that combine code, text, and visualizations, commonly used for data analysis and scientific computing. The notebook_path parameter must be an absolute path, not a relative path.

Input Schema

NameRequiredDescriptionDefault
notebook_pathYesThe absolute path to the Jupyter notebook file to read (must be absolute, not relative)

Input Schema (JSON Schema)

{ "properties": { "notebook_path": { "description": "The absolute path to the Jupyter notebook file to read (must be absolute, not relative)", "title": "Notebook Path", "type": "string" } }, "required": [ "notebook_path" ], "type": "object" }

Other Tools from MCP Claude Code

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SDGLBL/mcp-claude-code'

If you have feedback or need assistance with the MCP directory API, please join our Discord server