Use this file to discover all available pages before exploring further.
W&B Report and Workspace API is in Public Preview.
This page describes how to export a W&B Report to a portable file format. It also describes how to clone an existing report to reuse its structure as a starting point for new work.
Export a report as a PDF or LaTeX file to share its contents outside of W&B or to archive a static version of your analysis. In your report, select the action () menu. Choose Download and select either PDF or LaTeX output format.
Clone a report to reuse an existing project’s template and formatting as the basis for a new report. You can clone reports in the W&B App UI or programmatically with the Report and Workspace API.
W&B App
Report and Workspace API
In your report, select the action () menu. Choose Clone this report. In the modal, pick a destination for your cloned report. Choose Clone report.
When you clone a report, you specify the destination. If you clone it to a team, all team members can view it. If you clone it to your personal account, only you can view it by default.
Use the Report and Workspace API to load an existing report from its URL and reuse it as a template for a new report.Load a report from a URL to use it as a template. Replace PROJECT with the name of your W&B project.
After you load the report, edit the content in new_report.blocks to customize the cloned report, then save it. Replace ENTITY with your W&B entity name.