Skip to content

Commit

Permalink
Connie's initial feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlinville committed Feb 7, 2025
1 parent daf618d commit 06dc7e5
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions content/guides/models/app/features/panels/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ This section describes the various ways to share a panel and how each way differ

The settings of a project determine who can view the panel. This means that if the project is private, only members of the project can view the panel. If the project is public, anyone with the link can view the panel.

If multiple panels have the same name, W&B shares the first panel with the name.

### View and share a panel in full-screen mode
In full-screen mode, the panel plots 10,000 buckets rather than 1,000 when not in full-screen mode. The state of the run selector is preserved, so you can toggle runs on or off or search for runs.

Expand All @@ -80,6 +78,17 @@ In full-screen mode, the panel plots 10,000 buckets rather than 1,000 when not i
1. Copy the URL from the browser or click the action menu `...` and select **Copy panel URL**.
1. Share the link with the user or team. When they access the link, the panel opens in full-screen mode automatically.

The proceeding section shows how to determine a panel's full-screen URL programmatically.

#### Compose a panel's full-screen URL programmatically
In certain situations, such as when [creating an automation]({{< relref "/guides/models/automations/" >}}), it can be useful to include the panel's full-screen URL. This section shows how to compose The URL for a panel programmatically. In the proceeding example, replace the entity, project, panel, and section names in brackets.

```text
https://wandb.ai/<ENTITY_NAME>/<PROJECT_NAME>?panelDisplayName=<PANEL_NAME>&panelSectionName=<SECTON_NAME>
```

If multiple panels have the same name, this is the URL for the first panel with the name. In this case, find the URL by [viewing the panel in full-screen mode]({{< relref "#view-and-share-a-panel-in-full-screen-mode" >}}).

### Share a panel with a direct link that anyone can access
1. Hover over the panel, then click the panel's action menu `...`.
1. Click **Share panel in report**.
Expand All @@ -99,6 +108,12 @@ To share a panel _publicly_, such as on social media or embedded in a website:
1. Click **Share panel in report**.
1. In the **Share** tab, change **Only those who are invited have access** to **Anyone with the link cah view**, then choose **Share on Twitter**, **Share on Reddit**, **Share on LinkedIn**, or **Copy embed link**.

### Determine a panel's full-screen URL programmatically





## Manage panels

### Edit a panel
Expand Down Expand Up @@ -153,10 +168,10 @@ To add a new section before or after an existing section, you can instead click


### Manage a section's visible panels
By default, each section shows 6 panels. To customize a section that has more than 6 panels:
By default, each section shows 6 panels, but you can show a maximum of 100 panels. To customize a section that has more than 6 panels:

1. At the top of the section, click **1 to 6 of <X>**, where `<X>` is the total number of panels.
1. Choose how many panels to show, or click **Show all panels**.
1. Choose how many panels to show.

### Rename a section

Expand Down

0 comments on commit 06dc7e5

Please sign in to comment.