Unit 8: Building Dashboards with Plotly Dash ============================================ In this unit, we will learn about Plotly Dash, a powerful framework for building interactive web applications and dashboards in Python. We will learn how to create and customize Dash applications, and how to use them to visualize and explore data in real-time. We will also explore some of the key features of Dash, including its ability to create responsive layouts, handle user input, and integrate with other libraries and tools. .. toctree:: :maxdepth: 1 intro_to_dash building_dashboards adding_header_info adding_histogram adding_reset_button dash_production