© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
T. C. NokeriWeb App Development and Real-Time Web Analytics with Pythonhttps://doi.org/10.1007/978-1-4842-7783-6_10

10. Dash into a Full Website

Tshepo Chris Nokeri1  
(1)
Pretoria, South Africa
 

Prior chapters introduced building dashboards as web applications integrated with machine learning models. This chapter takes it a step further. After reading the contents of this chapter, you should be able to build important pages of a web app.

Listing 10-1 installs libraries that the chapter employs (i.e., dash, dash_core_components, dash_html_components, dash_bootstrap_components, and jupyter_dash), including Dash dependencies (Input, Output, and State).
import dash_table ...

Get Web App Development and Real-Time Web Analytics with Python: Develop and Integrate Machine Learning Algorithms into Web Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.