notebook-guidance

Organize and validate Jupyter notebook workflows for data analysis and BigQuery investigations.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/AubreyHan/SKILL_Repo --skill notebook-guidance-aubreyhan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notebook-guidance
Source: https://github.com/AubreyHan/SKILL_Repo/tree/main/notebook-guidance
Command: npx skills add https://github.com/AubreyHan/SKILL_Repo --skill notebook-guidance-aubreyhan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you choose, structure, and validate Jupyter notebooks for multi-step data analysis, exploration, visualization, and BigQuery-driven workflows without guessing the right execution pattern.

Core Features & Use Cases

  • Notebook Workflow Guidance: Guides when to use a notebook, how to organize cells, and how to keep the analysis readable and reproducible.
  • BigQuery in Notebooks: Directs notebook-based BigQuery work through SQL magics and BigFrames rather than Python client patterns.
  • Execution and Validation: Emphasizes step-by-step cell generation, output checking, clean final states, and notebook summaries that stay grounded in verified results.
  • Use Case: If you need to investigate a dataset, test a hypothesis, and present charts with a clear narrative, this Skill helps you build that notebook correctly from start to finish.

Quick Start

Use the notebook-guidance skill to create a clear, validated Jupyter notebook for my data analysis task with BigQuery queries and visualizations.

Frequently Asked Questions about notebook-guidance

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

FAQPage Schema
How do I structure a Jupyter notebook for multi-step data analysis and visualization?

To structure a Jupyter notebook for data analysis, organize cells logically for step-by-step execution, validate outputs incrementally, maintain a clean final state, and ensure clear plotting practices for reproducible results.

What is the best way to run BigQuery investigations inside a Jupyter notebook?

The best way to run BigQuery investigations in a Jupyter notebook is using SQL magics and BigFrames rather than standard Python client patterns to query and analyze data directly.

Can I validate BigFrames SQL magics output during cell-by-cell notebook execution?

Yes, you can validate BigFrames SQL magics output during cell-by-cell notebook execution by checking generated outputs incrementally and ensuring a clean final state grounded in verified results.

When do I need notebook structure guidance for machine learning exploration?

You need notebook structure guidance for machine learning exploration when building multi-step analytics workflows that require readable, reproducible cell organization, explicit notebook creation, and clear output validation.

Does notebook-guidance work with Python client patterns for BigQuery workflows?

No, notebook-guidance directs BigQuery workflows away from Python client patterns, specifically requiring SQL magics and BigFrames for executing queries and managing data investigations inside notebooks.