'Transferring an interactive Python Bokeh plot into Shiny
I created some visualizations using Bokeh in Python. Would it be possible to export them into R shiny?
*Images/ Plots haven't been added as this is a generic question and doesn't warrant a minimally reproducible example.
Solution 1:[1]
You can use the rbokeh library (after adapting the data to R syntax), and use the renderRbokeh() function and rbokehOutput() widget.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | julien.leroux5 |
