rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
598 stars 78 forks source link

Plot with legend_label option to remove BokehDeprecationWarnings #132

Closed reoono closed 1 year ago

reoono commented 2 years ago

FIx #131

To remove BokehDeprecationWarnings, we changed the legend option to legend_label. It can suppress warnings by environment variables such as BOKEH_PY_LOG_LEVEL. But to follow API changes, we created this PR.

To be sure, we also tried other options and found the following errors and display errors, so we do not think there is a problem with the modification.

GPUtester commented 2 years ago

Can one of the admins verify this patch?

jacobtomlinson commented 1 year ago

ok to test