Skip to content

Creating a Sales Dashboard

Supported Python versions

Taipy requires Python 3.9 or newer.

This tutorial focuses on creating a simple sales dashboard application. You'll learn about visual elements, interaction, styling, and multi-page applications.

Final Application

Why Taipy?

  • Speed: Quickly develop robust applications.
  • Simplicity: Easy management of variables and events.
  • Visualization: Intuitive and clear visual elements.

Each step in this Tutorial builds on the previous one. By the end, you'll be ready to create your own Taipy applications.

This tutorial is also available in video format:

Youtube Tutorial

Installation

Ensure you have Python 3.9 or newer, then install Taipy and Plotly:

pip install taipy plotly

Info

Use pip install taipy for the latest stable version. Need help with pip? Check out the installation guide.

The dataset used in this tutorial is the SuperStore Sales dataset available here.

Tutorial Steps

  1. Visual Elements
  2. Styling
  3. Charts
  4. Multipage