bulk
bulk copied to clipboard
Request: Save as HTML
Hi,
would be great if I could save the figure as .html file and send it to others. Is this possible?
Best
Not sure actually, does Bokeh have this feature?
Yes, it has. from bokeh.io import save
save(your_figure, filename='bulk.html')