notebooks-front-end

Edit Observable notebooks and docs/index.html to create interactive visualizations.

Updated Aug 29, 2025
One-click install
npx skills add https://github.com/data-desk-eco/afungi-logistics --skill notebooks-front-end
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notebooks-front-end
Source: https://github.com/data-desk-eco/afungi-logistics/tree/main/.claude/skills/notebooks-front-end
Command: npx skills add https://github.com/data-desk-eco/afungi-logistics --skill notebooks-front-end

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing and building front-end notebooks and visualizations can be complex, requiring coordination between docs, charts, SQL, and data loading; this skill provides a focused workflow for Observable Notebook Kit 2.0 front-end tasks to streamline those activities.

Core Features & Use Cases

  • Edit docs/index.html, create charts with Plot, add SQL cells, and load data with FileAttachment to rapidly prototype front-end visualizations.
  • Build interactive dashboards and exploration notebooks using Observable Notebook Kit 2.0's front-end capabilities.
  • Trigger and coordinate front-end work across Observable notebooks and visualization tasks to maintain consistency and speed.

Quick Start

Start by opening a notebook and updating docs/index.html to add a new chart or SQL cell, then preview the changes to see the resulting front-end visualization.

Frequently Asked Questions about notebooks-front-end

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

FAQPage Schema
How do I build interactive visualizations in an Observable notebook?

To build interactive visualizations, you can edit Observable notebooks by adding Plot-based charts, integrating SQL cells, and loading local data with FileAttachment to create reproducible front-end dashboards.

What is the best way to load local data into Observable Notebook Kit 2.0?

The best way to load local data into Observable Notebook Kit 2.0 is by using the FileAttachment feature, which enables you to import local datasets directly into your SQL cells and Plot charts for visualization.

Can I use SQL cells with Plot charts in Observable front-end notebooks?

Yes, you can use SQL cells alongside Plot charts in Observable front-end notebooks, allowing you to query loaded data and pass the results directly into Plot for interactive visual exploration.

Do I need to edit docs/index.html to prototype Observable visualizations?

Yes, editing docs/index.html is the primary workflow for prototyping front-end visualizations, allowing you to rapidly add new charts, SQL cells, and data loading logic before previewing the interactive results.

Why use Observable Notebook Kit 2.0 for dashboard creation instead of other tools?

Observable Notebook Kit 2.0 streamlines dashboard creation by coordinating docs, charts, SQL, and data loading within a focused front-end workflow, making it faster to build reproducible interactive visualizations than disconnected tools.