jupyter-live-kernel

Execute Python code incrementally with a stateful Jupyter kernel.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill jupyter-live-kernel-piaoxuemoli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupyter-live-kernel
Source: https://github.com/Piaoxuemoli/qoobeeHermes/tree/main/hermes/skills/data-science/jupyter-live-kernel
Command: npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill jupyter-live-kernel-piaoxuemoli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for interactive Python execution through a live Jupyter kernel, offering a stateful Python REPL for iterative code exploration and state management.

Core Features & Use Cases

  • Interactive Python REPL: Executes Python code incrementally, maintaining state between runs.
  • JupyterLab Integration: Provides access to JupyterLab's features, such as notebooks and interactive widgets.
  • Use Case: Ideal for data science workflows where iterative code development and state preservation across sessions are essential.

Quick Start

Run 'uv run "$SCRIPT" execute --path scratch.ipynb --code "print('Hello, world!')" --compact' to execute a simple Python command.

Frequently Asked Questions about jupyter-live-kernel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain Python state during iterative code execution?

To maintain Python state during iterative execution, use a stateful REPL that preserves variables across runs. This Skill provides a live Jupyter kernel to incrementally execute code and manage state throughout your data science workflow.

What's the best way to run interactive Python code in a JupyterLab environment?

The best way to run interactive Python code in JupyterLab is through a live kernel integration. This Skill connects to the environment, enabling incremental execution of commands while maintaining full access to notebooks and interactive widgets.

Does interactive Python execution work with common data science libraries?

Yes, interactive Python execution works with common data science libraries. The Skill operates within a standard Python environment, ensuring compatibility with typical data science tools used for iterative development and experimentation.

How do I execute a simple Python command in a notebook incrementally?

To execute a Python command in a notebook, run the execution script with arguments specifying the notebook path and your code. For example, pass your code string to the script to evaluate it within the live kernel state.

When do I need a stateful Python REPL for data science workflows?

You need a stateful Python REPL for data science workflows when iterative code development and state preservation across sessions are essential. It allows you to explore data and build models incrementally without reloading variables or losing intermediate results.

Do I need a specific Python environment setup to use JupyterLab integration?

Yes, you need an existing JupyterLab setup and a configured Python environment to use this integration. These prerequisites are required to facilitate the interactive coding and stateful execution within the notebook interface.

Related Skills