Open Roger-luo opened 6 months ago
I'm expecting a method figure and a save_figure or maybe figure().save(filename) to dump visualization into a local file instead of pop up bokeh webpage. There is only a show at the moment.
figure
save_figure
figure().save(filename)
show
I'm expecting a method
figure
and asave_figure
or maybefigure().save(filename)
to dump visualization into a local file instead of pop up bokeh webpage. There is only ashow
at the moment.