我有这样的代码:我需要一个表与卷库存始终更新。脚本不工作,页面一直在说“正在加载”,该如何改进呢?我想创建一个不同的数据库存的页面生活。import dashimport dash_html_components as htmlimport dash_bootstrap_components as dbc
import panda
我最近写了一个dash程序,它正在刷新一些记录,并刷新或重新绘制图。dash import dcc, Input, Outputfrom dash.dcc.Interval import Interval# see https://plotly.com/python/px-arguments/ for more options
我刚刚开始慢慢地学习dash。构建图形没有任何问题。我认为这是一个很棒的数据可视化类库。但我遇到了图表中的数据没有更新的事实。我的数据在数据库中,并且一直在被记录。我正在使用pandas进行渲染。import dash_core_components as dcc
html.H2(children='My first dash