Bokeh Server Web App

I have an initial Bokeh Server plotting utility working that plots sinewaves based on how a user configures the values in dropdown boxes. I would like to have this accessible on a website. However, I am not sure how to go about this since the website would have to run the Bokeh Server backend and the Python that updates the plot. What is a good way to go about this?

Hi Jeremy,

I’m afraid without any details it’s a too broad question. If you want nothing more than for your plot to be available to others, you can search for “Bokeh on Heroku” without quotes - there’re plenty discussions on how it should be done.

Regards,

Eugene

···

On Sunday, January 28, 2018 at 7:46:28 AM UTC+7, Jeremy Patterson wrote:

I have an initial Bokeh Server plotting utility working that plots sinewaves based on how a user configures the values in dropdown boxes. I would like to have this accessible on a website. However, I am not sure how to go about this since the website would have to run the Bokeh Server backend and the Python that updates the plot. What is a good way to go about this?