jupyter-live-kernel

Connect to a live Jupyter kernel for a stateful Python REPL.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gives you a stateful Python REPL via a live Jupyter kernel, so variables persist across executions and exploration can be performed incrementally during data science tasks.

Core Features & Use Cases

  • Stateful execution across cells for evolving analyses
  • Interactive data exploration with persistent state for DataFrames and APIs
  • Use Case: prototyping a feature engineering pipeline by stepping through transformations iteratively

Quick Start

Run a live Jupyter kernel via hamelnb to start a session and begin iterative coding.

Frequently Asked Questions about jupyter-live-kernel

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

FAQPage Schema
How do I keep Python variables persistent across executions in a Jupyter notebook?

You can maintain persistent variables across executions by connecting to a live Jupyter kernel. This stateful Python REPL preserves DataFrame and API states, allowing incremental data exploration without re-running previous cells.

What is a stateful Python REPL and when do I need it for data science?

A stateful Python REPL is an interactive environment that retains variable definitions and outputs between executions. It is needed for iterative data science tasks like stepping through feature engineering transformations.

How do I start an interactive Python session with a live Jupyter kernel?

To start an interactive session, run a live Jupyter kernel via hamelnb. This initiates the stateful REPL environment, enabling you to begin iterative coding and data exploration immediately.

Does the Jupyter live kernel REPL work on Windows and macOS?

Yes, the Jupyter live kernel REPL operates across Linux, macOS, and Windows environments. It requires a running Jupyter server, hamelnb setup, and JupyterLab to function on any supported operating system.

Do I need JupyterLab installed to use a live Jupyter kernel?

Yes, you need JupyterLab installed alongside a running Jupyter server and hamelnb setup. These components establish the live kernel connection required to deliver the stateful Python REPL.

What are the limitations of using a live Jupyter kernel for interactive data exploration?

The primary limitation is its dependency on a running Jupyter server and specific hamelnb setup. Without this active JupyterLab environment, the live kernel cannot maintain its stateful REPL connection.