Notebook Debugger

🌐Community
by dangeles Β· vlatest Β· Repository

This Notebook Debugger helps identify and fix errors in your Jupyter notebooks by stepping through code execution and inspecting variables – boosting debugging efficiency.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add notebook-debugger npx -- -y @trustedskills/notebook-debugger
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "notebook-debugger": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/notebook-debugger"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The notebook-debugger skill allows AI agents to debug Python notebooks. It can identify and explain errors in code, suggest fixes, and step through execution to understand program flow. This enables the agent to troubleshoot issues within notebook environments more effectively.

When to use it

  • When an AI agent is generating or modifying Python notebooks and encounters runtime errors.
  • To help an agent understand why a particular cell in a notebook isn’t producing the expected output.
  • For agents that need to diagnose performance bottlenecks within a notebook's code execution.
  • When you want an agent to explain complex notebook logic step-by-step.

Key capabilities

  • Error identification and explanation
  • Code suggestion for error resolution
  • Step-through execution debugging
  • Explanation of program flow

Example prompts

  • "Debug this notebook cell: [paste code]"
  • "Explain why I'm getting a TypeError in this notebook."
  • "Can you step through the execution of this notebook and tell me what each cell does?"

Tips & gotchas

The agent needs access to the relevant notebook environment to effectively debug. Ensure that necessary libraries are installed within that environment for accurate error identification and code suggestions.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dangeles
Installs
6

🌐 Community

Passed automated security scans.