将交互式 Python 散景图传输到 Shiny

Transferring an interactive Python Bokeh plot into Shiny

我在 Python 中使用 Bokeh 创建了一些可视化效果。是否可以将它们导出到 R shiny 中?

*未添加图片/绘图,因为这是一个一般性问题,不保证提供最低限度可重现的示例。

您可以使用 rbokeh library (after adapting the data to R syntax), and use the renderRbokeh() function and rbokehOutput() widget.