Displaying data on a dashboard

In this tutorial, we’ll take a tour of Anvil, build a data dashboard, and deploy it on the web. We’ll start from a blank page, and we’ll build up a web app that displays data from:

  • Anvil’s Data Files
  • and HTTP APIs.

And we’ll do it all with nothing but Python!

Create a dashboard from CSV data
Upload a CSV dataset to your app and read the data to build an interactive dashboard
Plot data from a REST API
Fetch data from an REST API and visualise it on an interactive dashboard.