Skip to main content
Glama

MCP Claude Code

by SDGLBL

notebook_read

Extracts all cells and their outputs from a Jupyter notebook file (.ipynb) for analysis or processing. Requires the absolute file path to the notebook for accurate reading and integration.

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" }

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