With the following code:
import bokeh.plotting as bplt
bplt.output_file('output.html', mode="cdn")
I get an html file with my graph(s); but it has the text:
You have 1 plots
Close All Plots
Above the graph.
Is there a way to produce html output without this text?