Skip to content

Workshop of Interactive Data Visualization with Dash and Plotly in Python

License

Notifications You must be signed in to change notification settings

fjying/DashPlotlyWorkshop

Repository files navigation

Interactive Data Visualization with Dash and Plotly in Python

This workshop gives the introduction to create the interactive plots along with dashboards using Plotly and Dash in Python. Without the need to delve into more complex programming languages like JavaScript and HTML, you would just learn a few straightforward functions to generate plots and even dashboard to visualize the reserach data in interactive ways! The interactive data visualization enables us to integrate the complex information into the vivid plots to boost the research analysis.

Install Packages to Run Workshop Codes

Change directory to the folder of the repo named DashPlotlyWorkshop

cd <.../DashPlotlyWorkshop>

Create Conda Environment with Python 3.8 and all the Required Packages

conda env create -f environment.yml 

Activate Conda Environment named dashplotlyworkshop

conda activate dashplotlyworkshop

Install Package named dashplotlyworkshop

pip install -e .

License

License: MIT

About

Workshop of Interactive Data Visualization with Dash and Plotly in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published