adhoc-exploration-notebooks

Generate dual-format exploration notebooks for Databricks and local Jupyter.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/prashsub/vibe_coding_lakehouse_starter_repo --skill adhoc-exploration-notebooks-prashsub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adhoc-exploration-notebooks
Source: https://github.com/prashsub/vibe_coding_lakehouse_starter_repo/tree/main/data_product_accelerator/skills/exploration/00-adhoc-exploration-notebooks
Command: npx skills add https://github.com/prashsub/vibe_coding_lakehouse_starter_repo --skill adhoc-exploration-notebooks-prashsub

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines data exploration by enabling you to create and run interactive notebooks seamlessly in both Databricks workspaces and local Jupyter environments using Databricks Connect.

Core Features & Use Cases

  • Dual-Format Notebooks: Generates .py for Databricks and .ipynb for local Jupyter.
  • Helper Functions: Includes utilities for table discovery, data exploration, quality checks, and comparison.
  • Use Case: When onboarding to a new data project, use this Skill to quickly generate exploration notebooks that allow you to list tables, view schemas, inspect sample data, and perform initial data quality checks in your preferred environment.

Quick Start

Generate dual-format exploration notebooks for your specified catalog and schema.

Frequently Asked Questions about adhoc-exploration-notebooks

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

FAQPage Schema
How do I explore Databricks data locally using Jupyter notebooks?

You can explore Databricks data locally by generating .ipynb notebooks configured for Databricks Connect, which initializes a Spark session and includes helper functions for table discovery and data quality checks in your local Jupyter environment.

Can I run the same exploration notebook in both Databricks and local Jupyter?

Yes, this Skill generates dual-format notebooks (.py for Databricks and .ipynb for local Jupyter) that support widget fallback patterns and Spark session initialization, allowing you to run interactive data analysis seamlessly in both environments.

What's the best way to onboard to a new Databricks data project?

The best way to onboard is to generate exploration notebooks that list available tables, view schemas, inspect sample data, and perform initial data quality checks, helping you quickly understand the data landscape in your preferred environment.

Do I need Databricks Connect to explore data in a local Jupyter notebook?

Yes, you need Databricks Connect configured to run the generated .ipynb notebooks locally, as the notebooks rely on it to initialize the Spark session and interact with your Databricks data catalog and schemas.

How do I perform data quality checks when exploring a new schema?

You can perform data quality checks by using the helper functions included in the generated exploration notebooks, which provide utilities for table discovery, schema inspection, sample data viewing, and data comparison across your specified catalog and schema.