jupyter-live-kernel Skill
Iterative Python via live Jupyter kernel (hamelnb). Published by NousResearch in hermes-agent.
What is jupyter-live-kernel Skill?
Iterative Python via live Jupyter kernel (hamelnb). Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use jupyter-live-kernel Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/data-science/jupyter-live-kernel/SKILL.md
What it does
Iterative Python via live Jupyter kernel (hamelnb).
Skill instructions
Jupyter Live Kernel (hamelnb) Gives you a stateful Python REPL via a live Jupyter kernel. Variables persist across executions. Use this instead of executecode when you need to build up state incrementally, explore APIs, inspect DataFrames, or iterate on complex code. When to Use This vs Other Tools | Tool | Use When | |------|----------| | This skill | Iterative exploration, state across steps, data science, ML, "let me try this and check" | | executecode | One-shot scripts needing hermes tool access (websearch, file ops). Stateless. | | terminal | Shell commands, builds, installs, git, process management | Rule of thumb: If you'd want a Jupyter notebook for the task, use this skill. Prerequisites 1. uv must be installed (check: which uv) 2. JupyterLab must be installed: uv tool install jupyterlab 3. A Jupyter server must be running (see Setup below) Setup The hamelnb script location: SCRIPT="$HOME/.agent-skills/hamelnb/skills/jupyter-live-kernel/scripts/jupyterlivekernel.py" If not cl
Explore related resources
Frequently asked questions
What is jupyter-live-kernel?
jupyter-live-kernel is a open-source AI agent skill with Copy skill directory. Iterative Python via live Jupyter kernel (hamelnb).
Who is jupyter-live-kernel best for?
jupyter-live-kernel is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install jupyter-live-kernel?
Install or run jupyter-live-kernel using Copy skill directory. Check jupyter-live-kernel for the latest setup command.
Is jupyter-live-kernel actively maintained?
jupyter-live-kernel may need a closer maintenance check before production use.
Auto-fetched from GitHub.