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.

dashboard

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?

When you make changes to your data structure, such as modifying the columns, Taipy needs to reload the table or chart. To ensure that the changes are properly reflected, you can put your code in a partial and change its content dynamically as needed.

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

Taipy GUI in Jupyter Notebooks

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

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

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

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

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...