Notes: IDDA - Ch 1: Overview
October 14, 2022•638 words
Interactive Dashboards and Dash AppsChapter 1 -- Overview of the Dash EcosystemDash consists of several packages, namely:DashDash Core ComponentsDash HTML ComponentsProvides all the HTML tags as Python classesDash Bootstrap ComponentsThird-party packages providing Bootstrap functionalityProvides interactive components for users to manipulate data viewsMain package, accessible through dash.Dash object. Also manages interactivity and exceptions----General Structure of a Dash appApp partsapp.pyimpo...
Read post