PlotlyDash中dcc学习
dcc.Store
主要是用来储存json文件的
import dash
import dash_html_components as html
import dash_core_components as dcc
from dash.dependencies import Output, Input, State
from dash.exceptions import PreventUpdate
# This stylesheet makes the buttons and table pretty.
原创
2020-05-12 11:52:48 ·
1170 阅读 ·
0 评论