koaning / bulk

A Simple Bulk Labelling Tool
MIT License
552 stars 47 forks source link

Request: Save as HTML #61

Closed LukasKriesch closed 3 months ago

LukasKriesch commented 1 year ago

Hi,

would be great if I could save the figure as .html file and send it to others. Is this possible?

Best

koaning commented 1 year ago

Not sure actually, does Bokeh have this feature?

LukasKriesch commented 1 year ago

Yes, it has. from bokeh.io import save

save(your_figure, filename='bulk.html')

koaning commented 3 months ago

Closing this issue. The future of this project is Jupyter Widgets.