Skip to content

docs: add missing Colab button in tables walkthrough#2738

Open
johndmulhausen wants to merge 1 commit into
mainfrom
fix/tables-walkthrough-colab-card
Open

docs: add missing Colab button in tables walkthrough#2738
johndmulhausen wants to merge 1 commit into
mainfrom
fix/tables-walkthrough-colab-card

Conversation

@johndmulhausen

@johndmulhausen johndmulhausen commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Summary

models/tables/tables-walkthrough.mdx told readers to "Select the button below to try a PyTorch Quickstart example project on MNIST data" — but no button ever followed it. The sentence has pointed at nothing since the original Mintlify import (#1727).

This supplies the missing button using the existing <ColabLink> snippet component (/snippets/_includes/colab-link.mdx) — the same one used in the Weave quickstarts and integration guides — rather than inventing a new component. It points at the W&B Tables Quickstart Colab in wandb/examples, which is the PyTorch-on-MNIST notebook the text describes (its own title: "View & analyze model predictions during training … using PyTorch on MNIST data"). Verified the notebook resolves; the same notebook is already linked from models/tables/visualize-tables.mdx.

Change

import { ColabLink } from /snippets/_includes/colab-link.mdx;

...

Select the button below to try a PyTorch Quickstart example project on MNIST data.

<ColabLink url="https://colab.research.google.com/github/wandb/examples/blob/master/colabs/datasets-predictions/W%26B_Tables_Quickstart.ipynb" />

Scoped to this one file.

Note for reviewers

#2725 (the models/tables style pass) also touches this same line (it trims a trailing space), so expect a trivial merge conflict between the two — resolve in favor of this change. Merge order does not matter.

🤖 Generated with Claude Code

@johndmulhausen johndmulhausen requested a review from a team as a code owner June 5, 2026 20:53
@mintlify

mintlify Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

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

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview Jun 5, 2026, 8:59 PM

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

📚 Mintlify Preview Links

🔗 View Full Preview

📝 Changed (1 total)

📄 Pages (1)

File Preview
models/tables/tables-walkthrough.mdx Tables Walkthrough

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: 665e9dc at 2026-06-05 21:04:44 UTC

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Checked against: https://wb-21fd5541-fix-tables-walkthrough-colab-card.mintlify.app

The intro said "Select the button below to try a PyTorch Quickstart
example project on MNIST data" but no button ever followed it (dangling
since the original Mintlify import in #1727).

Supply the missing button using the existing <ColabLink> snippet
component (the same one used in Weave quickstarts and integration
guides), pointing at the W&B Tables Quickstart Colab in wandb/examples —
the PyTorch-on-MNIST notebook the text describes. Verified it resolves.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@johndmulhausen johndmulhausen force-pushed the fix/tables-walkthrough-colab-card branch from e15e3f9 to 665e9dc Compare June 5, 2026 21:01
@johndmulhausen johndmulhausen changed the title docs: fix dangling "button" reference in tables walkthrough docs: add missing Colab button in tables walkthrough Jun 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a dangling reference in the Tables walkthrough by replacing text that referred to a non-existent “button” with an actual UI element: a <Card> linking to the W&B Tables Quickstart Colab notebook.

Changes:

  • Replaces the broken “Select the button below…” instruction with a runnable Colab entry point.
  • Adds a <Card> linking directly to the W&B Tables Quickstart notebook in wandb/examples.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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