Skip to content

Add Claude Code tabs to all guides and case studies#185

Merged
rgambee merged 5 commits intomainfrom
everyrow-narrative-rebrand
Feb 23, 2026
Merged

Add Claude Code tabs to all guides and case studies#185
rgambee merged 5 commits intomainfrom
everyrow-narrative-rebrand

Conversation

@dschwarz26
Copy link
Copy Markdown
Contributor

@dschwarz26 dschwarz26 commented Feb 23, 2026

Add Claude Code tab (default) alongside Python tab for all 9 guides and 16 case studies.

Contains results from running Claude Code on all guides & case studies (except the 10k research agents ones) and reports the new results.

Looks like this:

Screenshot 2026-02-22 at 9 13 03 PM

Comment on lines +69 to 79
return (
<DocsLayout navigation={navigation}>
<MDXContent source={mdx.content} />
</DocsLayout>
);
}

const notebook = getNotebookBySlug(slug);
if (!notebook) {
notFound();
}

This comment was marked as outdated.

@dschwarz26 dschwarz26 requested a review from rgambee February 23, 2026 05:14
Copy link
Copy Markdown
Contributor

@rgambee rgambee left a comment

Choose a reason for hiding this comment

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

Only skimmed this briefly, looks good at a first glance

There's an fda_product_recalls.csv file, but I'm not sure it's the one
this case study means. It has a much larger row count (83k vs the 20k
the case study mentions).
@rgambee rgambee force-pushed the everyrow-narrative-rebrand branch from 942778e to a209067 Compare February 23, 2026 18:34
@rgambee rgambee merged commit fe8b818 into main Feb 23, 2026
2 of 3 checks passed
@rgambee rgambee deleted the everyrow-narrative-rebrand branch February 23, 2026 18:38
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