대시(플롯)
Dash는 Plotly를 기반으로 하며 Python과 html을 통해 웹사이트나 대시보드를 만들 수 있습니다. 웹 서비스를 구현할 수도 있는데 이는 큰 장점입니다. 따라서 이전 데이터가 프런트 엔드에 표시됩니다. 프런트 엔드 화면은 Dash 및 Plotly를 통해 구성할 수 있습니다. 1. 수입 import dash from dash.dependencies import Input, Output from dash import dcc from dash import html import pandas […]