.github/skills/jupyter/SKILL.md
Interact with Jupyter notebooks. Use this to "run cell", "read notebook", or "execute python in notebook".
npx skillsauth add spagestic/thenorthstar jupyter-notebookInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Uses jupyter-mcp-server to execute code in notebooks.
Command Template:
npx mcporter call --command "uvx jupyter-mcp-server --transport=stdio" --tool <tool_name> --args <json_args>
execute_cell: Run a specific cell in a notebook.
read_notebook: Read the contents of a .ipynb file.
Example: Read a notebook
npx mcporter call --command "uvx jupyter-mcp-server --transport=stdio" --tool read_notebook --args '{"path": "analysis.ipynb"}'
development
Execute Python scripts and snippets. Use this for "run python script", "calculate with python", or "test snippet".
development
Store and retrieve long-term project information. Use this to "remember" facts or "recall" project context.
tools
Lint and fix Markdown files. Use this when the user asks to "check markdown", "fix formatting", or "lint docs".
tools
Access low-level GitKraken MCP tools for raw issue data and diffs.