Closed LukasKriesch closed 3 months ago
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')
Closing this issue. The future of this project is Jupyter Widgets.
Hi,
would be great if I could save the figure as .html file and send it to others. Is this possible?
Best