A playground for exploring run data with interactive visualizations
A W&B workspace is where you customize charts and explore model results. Use a workspace to visualize and compare runs across your project, organize panels for analysis, and share findings with your team. A W&B workspace consists of Tables and Panel sections:
Tables: All runs logged to your project are listed in the project’s table. Turn on and off runs, change colors, and expand the table to see notes, config, and summary metrics for each run.
Panel sections: A section that contains one or more panels. Create new panels, organize them, and export to reports to save snapshots of your workspace.
There are two main workspace categories: Personal workspaces and Saved views.
Personal workspaces: A customizable workspace for in-depth analysis of models and data visualizations. Only the owner of the workspace can edit and save changes. Teammates can view a personal workspace but teammates can’t make changes to someone else’s personal workspace.
Saved views: Saved views are collaborative snapshots of a workspace. Anyone on your team can view, edit, and save changes to saved workspace views. Use saved workspace views for reviewing and discussing experiments, runs, and more.
The following image shows multiple personal workspaces created by Cécile-parker’s teammates. This project has no saved views:
Saved changes overwrite the previous state of the saved view. W&B doesn’t retain unsaved changes. To update a saved workspace view in W&B:
Navigate to a saved view.
Make the desired changes to your charts and data within the workspace.
Click the Save button to confirm your changes.
A confirmation dialog appears when you save your updates to a workspace view. If you prefer not to see this prompt in the future, select the option Do not show this modal next time before confirming your save.
Share your customized workspace with your team by sharing the workspace URL directly. All users with access to the workspace project can see the saved views of that workspace.
Use workspace templates to create workspaces using the same settings as an existing workspace instead of the default settings for new workspaces. Templates let you standardize how new workspaces look and behave so you don’t have to reconfigure each one.
By default, W&B organizes panels into sections based on the first prefix of the metric name. For example, if your workspace includes the metrics a/b/c/d and a/e/f, W&B organizes these metrics into a section called a. If your workspace includes the metrics a/b/c/d and e/f/g, W&B organizes these metrics into sections called a and e.You can change the default section organization to group by the last prefix. For example, if your workspace includes the metrics a/b/c/d and a/e/f, W&B organizes these metrics into sections called d and f. If your workspace includes the metrics a/b/c/d and e/f/g, W&B organizes these metrics into sections called d and g.
To view your workspace template’s current configuration:
From any page, select your user icon on the top right corner. From the dropdown, choose User Settings.
Navigate to the Personal workspace template section. If you’re using a workspace template, its configuration displays. Otherwise, the section includes no details.
To delete your workspace template and go back to the default settings:
From any page, select your user icon on the top right corner. From the dropdown, choose User Settings.
Navigate to the Personal workspace template section. Your workspace template’s configuration displays.
Click the trash icon next to Settings.
For Dedicated Cloud and Self-Managed, deleting your workspace template is supported on v0.70 and later. On earlier Server versions, update your workspace template to use the default settings instead.
Create and customize workspaces from Python code when you want to automate workspace setup, version-control workspace definitions, or replicate the same layout across multiple projects.