EN DE
← ← Zurück zur Übersicht

jupyter-live-kernel

data-science › jupyter-live-kernel v1.0.0
jupyter notebook repl data-science exploration iterative

Beschreibung

Iterative Python via live Jupyter kernel (hamelnb).

Relevanz für unsere Projekte

Iterative Python via live Jupyter kernel (hamelnb).

SKILL.md Preview

# Jupyter Live Kernel (hamelnb)

Gives you a **stateful Python REPL** via a live Jupyter kernel. Variables persist
across executions. Use this instead of `execute_code` 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" |
| `execute_code` | One-shot scripts

← ← Zurück zur Übersicht