notebook-guidance

Guide Jupyter notebook data analysis, visualization, and BigQuery integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of using Jupyter notebooks for data analysis, exploration, and visualization, ensuring best practices for efficient execution and validation.

Core Features & Use Cases

  • Data Analysis & Visualization: Guide users through best practices for data analysis, exploration, and visualization using Jupyter notebooks.
  • Notebook Execution: Provide instructions for executing cells and generating notebooks, supporting both incremental and full notebook generation.
  • BigQuery Integration: Offer specific guidance on querying BigQuery from within notebooks using %%bqsql magics.
  • Machine Learning Workflows: Integrate with machine learning workflows and best practices, ensuring proper library installation and usage.

Quick Start

Utilize the notebook-guidance skill to create a Jupyter notebook for analyzing sales data, starting with loading the data into BigQuery and visualizing trends over time.

Frequently Asked Questions about notebook-guidance

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

FAQPage Schema
How do I run BigQuery queries inside Jupyter notebooks?

To run BigQuery queries inside Jupyter notebooks, use the %%bqsql magic commands to execute SQL directly within notebook cells, following established best practices for efficient data analysis and visualization.

What is the best way to generate a full Jupyter notebook for data visualization?

The best way to generate a full Jupyter notebook for data visualization is using execution guidelines that support both incremental cell-by-cell execution and complete notebook generation workflows for data analysis.

Do I need to know Python to use Jupyter notebooks for data analysis?

Yes, you need to know Python to use Jupyter notebooks for data analysis, as execution guidelines require existing knowledge of Jupyter notebooks, Python programming, and BigQuery integration for proper workflow setup.

Can I integrate machine learning workflows with Jupyter notebooks and BigQuery?

Yes, you can integrate machine learning workflows with Jupyter notebooks and BigQuery by ensuring proper library installation and usage alongside data analysis best practices and structured execution flows.

Why use cell-by-cell execution instead of full notebook generation for data exploration?

Cell-by-cell execution enables incremental validation during data exploration, while full notebook generation executes the entire workflow at once; both methods maintain efficient execution and best practices for analysis.