Skip to content

garyccp02/Dash-by-Plotly

 
 

Repository files navigation

Dash-by-Plotly

This Repository is dedicated to teaching Dash and Plotly to anyone that is interested. Dash is a powerful platform that can benefit anyone that works with data: analytical consultants, data analysts, professors, business owners, financial analysts, or those that work in marketing, social media, the medical field... If you work with data, Dash Plotly is a great tool to have.

Installation

I recommend installing numpy and pandas, since you will most likely use them.

$ pip install numpy
$ pip install pandas

Then, just install Dash. Plotly comes with Dash

$ pip install dash

If you'd like to control the version of Plotly installed, you can do for example:

$ pip install plotly==4.9.0

To Get Help

This is a wonderful community of people dedicated to supporting others learning Dash. You can find me there as well under the name CharmingData.

If you Forked it, Support it

A growing number of viewers are looking for high quality, professional content on Dash, which is hard to find. I am trying to fill that gap.

My goal is to make this a sustainable project for myself and my viewers. This code and videos are time-intensive, so if you appreciate my repository and tutorials and are able support their existence, I would be grateful to you. Become my supporter at: https://www.patreon.com/charmingdata

About

Interactive data analytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.4%
  • CSS 29.6%