Skip to main content
Glama

execute_cell

Run a specific cell in a Jupyter notebook to execute code and generate output, using the notebook path and cell identifier.

Instructions

Execute a specific cell in the notebook using a Jupyter kernel

Input Schema

NameRequiredDescriptionDefault
notebook_pathYesAbsolute path to the Jupyter notebook file
cell_idYesCell ID or zero-based index of the cell to execute

Input Schema (JSON Schema)

{ "properties": { "cell_id": { "description": "Cell ID or zero-based index of the cell to execute", "type": [ "string", "integer" ] }, "notebook_path": { "description": "Absolute path to the Jupyter notebook file", "type": "string" } }, "required": [ "notebook_path", "cell_id" ], "type": "object" }

Latest Blog Posts

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/azharlabs/mcp-jupyter-server'

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