Build data Dashboards
What is a dashboard?
Taipy is a centralized space where users can create, visualize and monitor their key performance indicators, real-time analytics, and model results.
Customizable, multi-user, and interactive, Taipy’s dashboards provide a comprehensive overview of data, enabling quick and effective decision-making.

Frequently Asked Questions
Can I change the content of my page on the fly?
Yes! With Taipy, you can.
Taipy offers partials, which are small blocks of content that can be modified and reloaded on the fly/dynamically.
Why am I seeing the page of a previous code ?
It appears that your server is still running in the background, which is why you are seeing the previous version of your page. To avoid this, make sure to kill your program after you have finished using it.
I am not seeing my tables updating properly when I make changes to their structure. What should I do?
Why aren't my variables updating in the Graphical User Interface?
To apply a change in the GUI, it’s best to use the syntax state.var = XXXX
. Other functions like append/pop can sometimes cause problems.
More on the Dashboard topic
Suicide Rate Analysis – interactive Dashboard in 2H
Try Taipy with the simple augmented markdown syntax to streamline your coding process to build interactive visualizations in Python. Here it's a Suicide Rate...
Enhancing Data Viz with Taipy GUI and Markdown
Introduction In this tutorial, we will only touch the topic of charts, an essential component of Taipy GUI. Taipy GUI and Markdown After this tutorial, you...
Taipy: a Tool for Building User-Friendly Production-Ready Data Scientists Applications
A simple, quick, and efficient way to build a full-stack data application This article explains how to build user-friendly production-ready data scientists...
Sharing a Taipy Application on Colab with Ngrok
In this article, we will explain how to deploy and share a Taipy Application on Colab (Google Notebook platform hosting) using a public URL created with...
Taipy GUI in Jupyter Notebooks
Taipy out-of-the-box support of Jupyter Notebooks provides us with: Taipy full suite of data viz and interactivity tools in our notebooks and A sandbox...
Long running Callbacks
Tasks in web applications can be time-consuming, causing communication timeouts between the server (Python application) and the client (web browser). To...
Tutorial: Stock Portfolio
Stock Portfolio dashboard Building applications has never been easier in this current era. With many open-source Python packages available, we can build...
Multi-page application
Are you tired of dealing with cluttered and confusing dashboards that make finding the information you need difficult? Then it might be time to switch to...
Learn about Using tables
Tables are a visual element in Taipy GUI that not only act as a means for presenting data but also function as a control. Building any data application...