data

Community

Notebook Ops: run, edit, and automate.

Authorgakonst
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill standardizes notebook workflows, enabling headless execution, editing, and dependency management with uv. It avoids using pip/venv and keeps CI parity with ruff, mypy, and pytest.

Core Features & Use Cases

  • Notebook execution: run cells headlessly (with optional jtool if a server exists).
  • Headless execution via uv: execute notebooks without a server when needed.
  • Editing notebooks programmatically: patch or generate notebooks via JSON (nbformat).

Quick Start

uv run --with pandas --with matplotlib --with notebook python -m jupyter nbconvert --to notebook --execute your.ipynb --output your.ipynb --ExecutePreprocessor.timeout=180

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: data
Download link: https://github.com/gakonst/dotfiles/archive/main.zip#data

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository