-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Open
Labels
claude-agentIntegration with the Claude Agent SDKIntegration with the Claude Agent SDKfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
mcp__ide__executeCode
Execute Python code in the Jupyter kernel for the current notebook file.
{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "The code to be executed on the kernel."
}
},
"required": ["code"],
"additionalProperties": false
}
One required parameter: code. State persists across calls unless the kernel is restarted.
I wonder if we should add a tool like this.
cc @rebornix
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
claude-agentIntegration with the Claude Agent SDKIntegration with the Claude Agent SDKfeature-requestRequest for new features or functionalityRequest for new features or functionality