The animate and animation_options parameters in Dash’s Graph component control how your visualizations transition between updates. These parameters are essential for creating smooth, interactive data […]
Continue readingAuthor: Fran
How to make responsive Dash Graphs
How works the responsive parameter? The responsive parameter in Dash’s Graph component controls how your graph responds to window resizing and container element changes. This […]
Continue readingBuild a chatbot web app under 5min in Python
In this tutorial, we’ll build a ChatGPT-like web application using Dash and OpenAI’s GPT models. We will create a simple but powerful interface that allows […]
Continue readingImproving Dash DataTables: Simple CSS Tweaks
The Dash DataTable is a powerful component to display tabular data. However, I’ve always felt it didn’t seamlessly integrate with the applications I was developing. […]
Continue readingHow to create tables in plotly Dash (dbc.Table, DataTable, AG Grid comparison)
Are you working with excel/CSV data and looking to display it in your Dash application? This comprehensive guide will walk you through all the available […]
Continue readingBuild a To-Do app in Python with Dash (part 2/3)
In part 1, we built a basic To-Do application with Dash and Dash Mantine Components (DMC). We created a single task list where users could […]
Continue readingBuild a To-Do app in Python with Dash (part 1/3)
In this tutorial, we’ll build a To-Do application 100% in Python using Dash plotly and the community extension Dash Mantine Components. We’ll take an iterative […]
Continue readingDash callbacks best practices (with examples)
As a Dash app grows, it is easy to get lost in the complexity of interconnected, large callbacks handling a lot of functionality. How can […]
Continue readingTutorial: Dash callbacks (schemas & examples)
At its core, Dash Plotly uses a system of “callbacks” to create interactive features – these are Python functions that automatically update parts of your […]
Continue readingDash plotly vs. Django: what are the differences?
Dash and Django are two Python frameworks that can be used to build websites and web apps. But what makes them different? And which one […]
Continue reading