Город МОСКОВСКИЙ
00:44:04

Python Dash Tutorial

Аватар
Программирование Заря
Просмотры:
33
Дата загрузки:
02.12.2023 06:48
Длительность:
00:44:04
Категория:
Лайфхаки

Описание

I built this tutorial on Python Dash for my Data Visualization course at USF.

To replicate this example you will need to:

1. Setup a GitHub Pages site. GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository in GitHub and publishes a website. You need to setup a “GitHub Pages” site on your GitHub account. To do this, follow this tutorial: https://help.github.com/en/github/working-with-github-pages/creating-a-github-pages-site

2. You will need to add a repository called “data” on your GitHub account
3. You will need to download the Dash package for you Python installation: https://dash.plotly.com/installation
4. Choose any data set of your choice (.csv file)
5. Read about Dash here: https://dash.plotly.com/
6. Download and review my example (dash-example-1.py) here: https://github.com/USFMumaAnalyticsTeam/data

Рекомендуемые видео