Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkx8326/interactive_dashboard_with_python_dash_and_plotly_introduction
https://github.com/pkx8326/interactive_dashboard_with_python_dash_and_plotly_introduction
dash interactive-dashboards interactive-data-visualization plotly python web-application webapp
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkx8326/interactive_dashboard_with_python_dash_and_plotly_introduction
- Owner: pkx8326
- Created: 2022-02-10T11:06:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T11:21:55.000Z (almost 3 years ago)
- Last Synced: 2024-01-08T11:17:47.443Z (10 months ago)
- Topics: dash, interactive-dashboards, interactive-data-visualization, plotly, python, web-application, webapp
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive_Dashboard_with_Python_Dash_and_Plotly_Introduction
With this set of codes, the full credit goes to Adam and his nice introduction video for Python with Dash and Plotly
The link to the video is: https://www.youtube.com/watch?v=hSPmj7mK6ngYou can also find this set of codes on Adam's GitHub page: https://bit.ly/3JldJeH
Adam has many more tutorial videos for Python with Dash and Plotly. You can also follow his great YouTube channel at: https://bit.ly/3Jiyw2FI did not fork this set of code from Adam's GitHub page because I wanted coded it by hand, line-by-line, after watching his tutorial and I think that it's a great opportunity to learn and understand how to get Dash and Plotly to work with Python.
#NOTE: For the code to fully run, make sure that debug=False on the last line.
The following picture is the result of an interactive data dashboard obtained from the code in this repository:
![image](https://user-images.githubusercontent.com/65524471/153397114-2f3306a9-2f79-4021-a31c-9a0f76f7e165.png)