I am using Bokeh to produce HTML code including figures with show
method This method ends on opening default browser with HTML opened in it.
I want to save the HTML code, without showing it. How can I do that ?
Solution is to replace calls to show
by calls to save
.