Skip to content

Add standalone non-ref docs page for wandb beta leet#2660

Open
mdlinville wants to merge 2 commits into
mainfrom
DOCS-2632
Open

Add standalone non-ref docs page for wandb beta leet#2660
mdlinville wants to merge 2 commits into
mainfrom
DOCS-2632

Conversation

@mdlinville
Copy link
Copy Markdown
Contributor

@mdlinville mdlinville commented May 22, 2026

Description

Add standalone non-ref docs page for wandb beta leet

Fixes DOCS-2632

Testing

  • Local build succeeds without errors (mint dev)
  • Local link check succeeds without errors (mint broken-links)
  • PR tests succeed

@mdlinville mdlinville requested a review from a team as a code owner May 22, 2026 22:05
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

📚 Mintlify Preview Links

🔗 View Full Preview

✨ Added (1 total)

📄 Pages (1)

File Preview
models/app/leet-tui.mdx Leet Tui

📝 Changed (3 total)

📄 Pages (2)

File Preview
models/app/keyboard-shortcuts.mdx Keyboard Shortcuts
models/runs/view-logged-runs.mdx View Logged Runs
⚙️ Other (1)
File
docs.json

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: 3cd2e80 at 2026-05-28 22:21:59 UTC

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented May 22, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview May 22, 2026, 10:17 PM

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Checked against: https://wb-21fd5541-docs-2632.mintlify.app

Comment thread models/app/leet-tui.mdx
Install or upgrade the W&B CLI. LEET requires `wandb-core` and ships with the CLI package.

```bash
pip install --upgrade wandb
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uv?

Comment thread models/app/leet-tui.mdx
pip install --upgrade wandb
```

LEET was introduced in W&B CLI `0.23.0`. Multi-run workspaces, the config editor, SYMON, media panes, and unified pane navigation require newer releases. For the features described on this page, use CLI `0.26.0` or later.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would just say that this guide tracks the latest version and refer to the "changelog" we now have in the cli ref docs.

Comment thread models/app/leet-tui.mdx
Comment on lines +34 to +40
Verify that `wandb-core` is available:

```bash
wandb beta leet --help
```

If the command fails with a core availability error, reinstall or upgrade `wandb` so the bundled core binary is present.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this. wandb-core has been the default backend since SDK v0.18.0; This doc corresponds to the latest version, we should just tell them to use that.

Comment thread models/app/leet-tui.mdx
If the command fails with a core availability error, reinstall or upgrade `wandb` so the bundled core binary is present.

<Note>
`wandb beta leet` is a beta command. Its flags, shortcuts, and behavior may change between releases. The SDK team plans to graduate LEET out of `wandb beta`; watch [SDK release notes](/release-notes/sdk-releases) for updates.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just fyi: yea, planning to take it out of beta in Q2

Comment thread models/app/leet-tui.mdx
`wandb beta leet` is a beta command. Its flags, shortcuts, and behavior may change between releases. The SDK team plans to graduate LEET out of `wandb beta`; watch [SDK release notes](/release-notes/sdk-releases) for updates.
</Note>

## Launch LEET
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would port over the way it's written in the CLI reference, as this has some nuanced issues (e.g. “Open the default workspace for the latest local run” sounds like single-run mode. more correct: “open the default workspace and auto-select the latest local run.”).

But more generally: why not move over essentially everything from there, and only keep minimal reference there (with a link to this guide)? Whaddyathink?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up to you, no hard feeling here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants