Adding multiple authors to a report
Accurately credit all contributors in your report by adding multiple authors. To add multiple authors, click on the + ic …
Can I use Markdown in my reports?
Yes. Type “/mark” anywhere in the document and press enter to insert a Markdown block. This allows editing with Markdown …
Embedding Reports
You can share your report by embedding it. Click the Share button at the top right of your report, then copy the embedde …
Filter and delete unwanted reports
Use the search bar to filter the reports list. Select an unwanted report to delete it individually, or select all report …
How do I delete a panel grid?
Select the panel grid and press delete or backspace. Click the drag handle in the top-right corner to select the panel g …
How do I insert a table?
Tables remain the only feature from Markdown without a direct WYSIWYG equivalent. To add a table, insert a Markdown bloc …
How to get multiple charts with different selected runs?
With W&B Reports, follow these steps: 1. Create multiple panel grids. 2. Apply filters to select the desired run sets fo …
I converted my report to WYSIWYG but want to revert back to Markdown
If the report conversion occurred through the message at the top, click the red “Revert” button to restore the prior sta …
Incorporating LaTeX
LaTeX integrates seamlessly into reports. To add LaTeX, create a new report and begin typing in the rich text area to wr …
My report is running slowly after the change to WYSIWYG
Performance issues may arise on older hardware or with very large reports. To mitigate this, collapse sections of the re …
My report looks different after converting from Markdown.
The goal is to maintain the original appearance after transitioning to WYSIWYG, but the conversion process is not flawle …
Refreshing data
Workspaces automatically load updated data. Auto-refresh does not apply to reports. Reload the page to refresh report da …
Upload a CSV to a report
To upload a CSV to a report, use the wandb.Table format. Load the CSV in your Python script and log it as a wandb.Table …
Upload an image to a report
Press / on a new line, scroll to the Image option, and drag and drop an image into the report.
Who can edit and share reports?
Reports created within an individual’s private project remain visible only to that user. The user can share their projec …