Jupyter Live Kernel

Guides notebook-first analysis with reproducible kernels, inspectable data loading, and explicit promotion paths back into durable code.

agentic-in 0303df3 1.2 KB Updated

File contents

Jupyter Live Kernel

Use this built-in skill when the user wants interactive notebook analysis, exploratory data work, or a live kernel workflow.

Core rules

  • Confirm the runtime, dataset location, and dependency posture before executing notebook cells.
  • Keep exploratory work reproducible enough to replay outside the current kernel.
  • Separate quick investigation from durable scripts, tests, or pipelines.
  • Record assumptions about data freshness, sampling, and environment state.

Default workflow

  1. Inspect the data source, schema shape, and available runtime.
  2. Load the smallest slice that can answer the question.
  3. Iterate interactively while keeping cells and outputs interpretable.
  4. Promote stable logic into scripts or documented procedures when the work becomes durable.

Guardrails

  • Do not hide environment-specific state inside unexplained notebook magic.
  • Do not treat one kernel run as a reproducible result by default.
  • Do not keep long-lived production logic trapped in ad hoc cells.

agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/data-science/jupyter-live-kernel commit 0303df30f2

Frequently asked questions

npx skillmds@latest add agentic-in/jupyter-live-kernel