Embedding bokeh plot on google sites

Hi
i am trying to put a Bokeh plot as an interactive plot on a website hosted on google sites. Tried putting the html file generate using the output_html on the website but that did not work, when i click the link the html just gets downloaded to my computer. Any pointers?

I am not sure if i can embed the script and div tags in a custom html on googlesites. Any working examples would be very much appreciated. I see something similar to what i am asking here on this SO http://stackoverflow.com/questions/22345249/embedding-a-plot-in-a-website-with-python-bokeh but in my case i am using googlesites so wasnt clear on how to go about this. Any help would be greatly appreciated.

thanks

–amit

Did you ever find a solution to this? I am trying to do something similar

···

On Monday, December 5, 2016 at 11:22:40 AM UTC-5, Amit Arora wrote:

Hi
i am trying to put a Bokeh plot as an interactive plot on a website hosted on google sites. Tried putting the html file generate using the output_html on the website but that did not work, when i click the link the html just gets downloaded to my computer. Any pointers?

I am not sure if i can embed the script and div tags in a custom html on googlesites. Any working examples would be very much appreciated. I see something similar to what i am asking here on this SO http://stackoverflow.com/questions/22345249/embedding-a-plot-in-a-website-with-python-bokeh but in my case i am using googlesites so wasnt clear on how to go about this. Any help would be greatly appreciated.

thanks

–amit

If you already have the required HTML generated with Bokeh, then it’s not really Bokeh-related.
According to https://gsuiteupdates.googleblog.com/2017/12/embed-html-and-javascript-in-new-google-sites.html embedding of third-party HTML has just recently become possible.

Regards,

Eugene

···

On Wednesday, January 24, 2018 at 12:56:26 AM UTC+7, [email protected] wrote:

Did you ever find a solution to this? I am trying to do something similar

On Monday, December 5, 2016 at 11:22:40 AM UTC-5, Amit Arora wrote:

Hi
i am trying to put a Bokeh plot as an interactive plot on a website hosted on google sites. Tried putting the html file generate using the output_html on the website but that did not work, when i click the link the html just gets downloaded to my computer. Any pointers?

I am not sure if i can embed the script and div tags in a custom html on googlesites. Any working examples would be very much appreciated. I see something similar to what i am asking here on this SO http://stackoverflow.com/questions/22345249/embedding-a-plot-in-a-website-with-python-bokeh but in my case i am using googlesites so wasnt clear on how to go about this. Any help would be greatly appreciated.

thanks

–amit