I currently see the following warning with bokeh 2.3.2: ``` BokehDeprecationWarning: 'legend' keyword is deprecated, use explicit 'legend_label', 'legend_field', or 'legend_group' keywords instead ``` likely from: https://github.com/ECP-WarpX/perf_logs/blob/1db3baa703ecca4a089211e1d02a8e90b0195ccf/generate_index_html.py#L117-L118
I currently see the following warning with bokeh 2.3.2:
likely from:
perf_logs/generate_index_html.py
Lines 117 to 118 in 1db3baa