英文: How to get the selected filename from file_selector? 问题 我想在使用文件选择器上传文件时显示所选文件的文件名。 通过 state.path...
将使用file_selector上传的内容使其在main.py中可用的推荐方法是什么?
英文: What is the recommended way to make uploaded content using file_selector available to main.py? 问...
如何在Taipy图表中从浅色模式切换到深色模式?
英文: How to change colors from light mode to dark mode in Taipy charts? 问题 我不知道如何在 Taipy 图表中从浅色模式自动更改...
如何在不移除空白空间的情况下可视化格式化文本?
英文: How to visualize formatted text without removing empty space? 问题 我想要可视化一个预格式化文本(使用YAML格式和缩进)。似乎&...
在 taipy 中的 `configure_sql_data_node()` 中使用动态的 `read_query`。
英文: Using a dynamic `read_query` in `configure_sql_data_node()` in taipy 问题 我们希望在使用configure_sql_dat...
Taipy布局注释文本在回调触发时未更新自身。
英文: Taipy layout annotation text not updating itself when callback is triggered 问题 我正在尝试创建一个类似于这个(ht...
如何在Taipy中突出显示选定的表格行?
英文: How to highlight a selected row of a table in Taipy? 问题 我正在使用Taipy GUI创建一个Web应用程序。到目前为止,我能够生成一个表...
Textarea 可视元素?
英文: Textarea visual element? 问题 恭喜你们辛勤工作!Taipy是一个很棒的工具箱,可以让我们更轻松地用Python构建Web应用程序。我们目前正在为一个NLP POC构建...
使用Taipy绘制的对数刻度线图
英文: Line charts in Logarithmic Scale with Taipy 问题 在台北似乎支持在x和y轴上使用线性刻度的折线图。有没有办法绘制对数刻度?谢谢。我知道有一种方法可以...
调整图表中的 Taipy 高度
英文: Taipy adjust height in chart 问题 charts I adjusted the attribute "Height" inside the ch...