I am going to embed bokeh charts into PowerPoint (Office 365) using Python. The charts must have at least hover tool stating x and y values. I think there are 2 ways of implementation both of which don't give solution to me:
save the charts in html format and embed them in PowerPoint - I don't know if there is a way to save the open html file (not the link) in the PowerPoint.
save the chart in svg format - but the hover tool is missing there.
Please help me to solve this problem.