英文: Python Dash: Fitting a table and a graph in one row of a grid 问题 以下是您提供的代码的翻译部分: 我正在尝试将表格和图形放在网格...
我们如何访问Plotly中的`dcc.store`的值?
英文: How do we access the value of dcc.store in plotly 问题 I am using dash by plotly to create a dashb...
在 dbc checklist – dash 中插入空格并包裹文本。
英文: Insert space and wrap text in dbc checklist - dash 问题 I'm trying to increase the margin between ...
放大 Plotly 热图
英文: Zoom on a Plotly heatmap 问题 目前在Plotly.JS热力图中存在两种“缩放”行为: 在这里,您可以采用任何矩形形状进行缩放(单击、拖动和释放)。但像素不是正方形,这...
动态数据框和Dash回调中的条件样式化
英文: Dynamic dataframe and conditional styling in dash callbacks 问题 我是新手,尝试为我的数据表格(DashTable)添加样式,使得与...
尝试使用Plotly DASH返回2个输出
英文: Trying to return 2 outputs with Plotly DASH 问题 我试图计算BMI并返回BMI和其所属的类别,但它只返回了BMI。 app = Dash(__nam...
UnboundLocalError: local variable ‘bmi’ referenced before assignment line 38
英文: UnboundLocalError: local variable 'bmi' referenced before assignment line 38 问题 以下是代码的中文...
如何从Plotly Dash中的主要div中删除填充?
英文: How do I remove the padding from the main div in Plotly Dash? 问题 我想要移除封装所有内容的主要 Dash div 的填充。它没有...
在一个Dash表中突出显示差异 – Python
英文: Highlight diferences in a dashtable - python 问题 我是新手学习Dash,尝试为我的数据表格(DashTable)添加样式,以便突出显示每个单元格与...
Dash应用程序:开发一种方法,每当有人打开应用程序时都会运行
英文: Dash app: To develop a method that runs every time someone opens the app 问题 我正在创建一个Dash Web应用程序,...
4