From 665e9dcbdca5f438e10af4cfe27d8f14642696bf Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 5 Jun 2026 16:53:16 -0400 Subject: [PATCH] docs: add missing Colab button in tables walkthrough MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 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) --- models/tables/tables-walkthrough.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/models/tables/tables-walkthrough.mdx b/models/tables/tables-walkthrough.mdx index bd69cd5b27..8ebafd2ce6 100644 --- a/models/tables/tables-walkthrough.mdx +++ b/models/tables/tables-walkthrough.mdx @@ -3,9 +3,13 @@ description: Explore how to use W&B Tables with this 5 minute Quickstart. title: 'Tutorial: Log tables, visualize and query data' --- +import { ColabLink } from '/snippets/_includes/colab-link.mdx'; + The following Quickstart demonstrates how to log data tables, visualize data, and query data. -Select the button below to try a PyTorch Quickstart example project on MNIST data. +Select the button below to try a PyTorch Quickstart example project on MNIST data. + + ## 1. Log a table Log a table with W&B. You can either construct a new table or pass a Pandas Dataframe.