2

次のコードを使用します。

import bokeh.plotting as bplt
bplt.output_file('output.html', mode="cdn")

グラフを含む html ファイルを取得します。しかし、それはテキストを持っています:

You have 1 plots
Close All Plots

グラフの上。

このテキストなしで HTML 出力を生成する方法はありますか?

4

1 に答える 1