From c33a986d20711531404e02e0ad9a99e6d73417d1 Mon Sep 17 00:00:00 2001 From: Konstantin Taletskiy Date: Wed, 12 Aug 2026 15:53:37 -0700 Subject: [PATCH 1/2] Add reusable Molab link component --- icons/molab-logo.svg | 1 + snippets/_includes/molab-link.mdx | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 icons/molab-logo.svg create mode 100644 snippets/_includes/molab-link.mdx diff --git a/icons/molab-logo.svg b/icons/molab-logo.svg new file mode 100644 index 0000000000..2a2981373e --- /dev/null +++ b/icons/molab-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/snippets/_includes/molab-link.mdx b/snippets/_includes/molab-link.mdx new file mode 100644 index 0000000000..4f06ddab60 --- /dev/null +++ b/snippets/_includes/molab-link.mdx @@ -0,0 +1,22 @@ +export const MolabLink = ({ url }) => ( + + +); From cd0e42f0163aa09c76993fc478bbc8d47a7e82d9 Mon Sep 17 00:00:00 2001 From: Konstantin Taletskiy Date: Wed, 12 Aug 2026 15:54:16 -0700 Subject: [PATCH 2/2] Link quickstart to Molab notebook --- models/quickstart.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/models/quickstart.mdx b/models/quickstart.mdx index 5ff86f779a..4ea67bceb4 100644 --- a/models/quickstart.mdx +++ b/models/quickstart.mdx @@ -4,12 +4,12 @@ title: W&B Quickstart --- import ApiKeyCreate from "/snippets/_includes/api-key-create.mdx"; -import { ColabLink } from '/snippets/_includes/colab-link.mdx'; import { GitHubLink } from '/snippets/_includes/github-source-link.mdx'; +import { MolabLink } from '/snippets/_includes/molab-link.mdx';
- - + +
Install W&B to track, visualize, and manage machine learning experiments of any size. @@ -156,4 +156,4 @@ Explore more features of the W&B ecosystem: 7. Trace and evaluate LLM applications with [W&B Weave](/weave/quickstart). {/* Is this still relevant? */} -{/* 6. Visit [W&B AI Academy](https://wandb.ai/site/courses/) to learn about LLMs, MLOps, and W&B Models through hands-on courses. */} \ No newline at end of file +{/* 6. Visit [W&B AI Academy](https://wandb.ai/site/courses/) to learn about LLMs, MLOps, and W&B Models through hands-on courses. */}