bi-dashboard-commands

Provide startup, shutdown, logs, and verification commands for Plotly Dash dashboards.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sage-base/sagebase --skill bi-dashboard-commands-sage-base
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bi-dashboard-commands
Source: https://github.com/sage-base/sagebase/tree/main/.claude/skills/bi-dashboard-commands
Command: npx skills add https://github.com/sage-base/sagebase --skill bi-dashboard-commands-sage-base

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick-reference commands for the BI Dashboard (Plotly Dash).

Core Features & Use Cases

  • Quick startup and shutdown commands for BI Dashboard in Docker Compose environments.
  • Logs viewing and verification steps to ensure dashboards render correctly.
  • Troubleshooting guidance for common issues (port conflicts, data updates, chart rendering errors).

Quick Start

Start the BI Dashboard with just bi-dashboard-up, then open http://localhost:8050 to verify the UI. Use just bi-dashboard-down to stop the dashboard. For logs, run: docker-compose logs -f in the src/interfaces/bi_dashboard directory. If needed, follow the manual startup steps in the docker-compose method: cd src/interfaces/bi_dashboard docker-compose up --build docker-compose up -d --build docker-compose down

Frequently Asked Questions about bi-dashboard-commands

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

FAQPage Schema
How do I start a Plotly Dash BI dashboard using Docker Compose?▼

To start the Plotly Dash BI dashboard, run bi-dashboard-up or execute docker-compose up -d --build in the src/interfaces/bi_dashboard directory, then verify the UI at http://localhost:8050.

What is the correct way to stop a Docker Compose BI dashboard deployment?▼

To stop the BI dashboard deployment, run the bi-dashboard-down command or execute docker-compose down in the src/interfaces/bi_dashboard directory to cleanly shut down all running containers.

How do I view logs for a Plotly Dash dashboard running in Docker Compose?▼

To view Plotly Dash dashboard logs, run docker-compose logs -f within the src/interfaces/bi_dashboard directory to stream real-time container output for troubleshooting and verification.

Why does my Plotly Dash BI dashboard fail to render or encounter port conflicts on startup?▼

Plotly Dash dashboard rendering or port conflict issues require troubleshooting workflows that verify startup commands, inspect Docker Compose logs, and confirm data updates resolve correctly before the UI renders.

Can I run a Plotly Dash BI dashboard locally without Docker Compose?▼

The BI dashboard supports containerized deployments using Docker Compose with build and detached flags, providing quick reference commands for local startup, shutdown, and manual verification workflows.

What verification steps ensure a BI dashboard renders correctly after startup?▼

BI dashboard verification involves running startup commands, opening http://localhost:8050 to check the UI, and inspecting docker-compose logs to confirm successful chart rendering and data updates.