Skip to content

A tutorial of how to use Streamlit to build interactive dashboards.

Notifications You must be signed in to change notification settings

cgivre/streamlit_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Tutorial

This tutorial will demonstrate how to create analytic dashboards using Streamlit.

Installation

To run all the examples in this repository, simply download the repository and run the following command:

pip install -r requirements.txt

Part 1: Basics

In the basics tutorial, you'll learn:

  • How to render a Pandas DataFrame
  • How to render basic bar charts
  • How to arrange the components in a column layout
  • How to use tabs to arrange your layout

About

A tutorial of how to use Streamlit to build interactive dashboards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages