How do I add Plotly or Bokeh Charts into Tables?
Export Plotly or Bokeh figures to HTML and log them as wandb.Html objects in W&B Tables.
How do you delete a custom chart preset?
Open the chart type menu in the custom chart editor and click the Trash icon on the preset.
How do you show a 'step slider' in a custom chart?
Switch to a historyTable query and enable Show step selector in the custom chart editor.
What is the difference between `.log()` and `.summary`?
log() records all values for line plots, while summary holds a single value shown in the runs table.