Convert Weave cookbooks from Colab to marimo#2407
Draft
johndmulhausen wants to merge 6 commits intomainfrom
Draft
Convert Weave cookbooks from Colab to marimo#2407johndmulhausen wants to merge 6 commits intomainfrom
johndmulhausen wants to merge 6 commits intomainfrom
Conversation
… source links - Replaced Google Colab links with an embedded Marimo iframe for running notebooks directly. - Updated GitHub source links to point to the new Python files for each cookbook. This change enhances user experience by providing a more integrated way to run notebooks and access source code.
…ect repository path - Updated all relevant notebooks to replace incorrect GitHub source links with the correct path, ensuring users can access the intended Python files. - This change improves the accuracy of documentation and enhances user experience when navigating source code.
… enhancing integration with Marimo. Update CSS for new Molab link styles and ensure consistent user experience across documentation.
Extend MolabLink with an optional embed flag that renders the Try in marimo heading, New badge, Run in molab control, and marimo.app iframe derived from the molab URL. Simplify English weave cookbook pages to a single MolabLink line plus exported notebook markdown. Made-with: Cursor
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
📚 Mintlify Preview Links✨ Added (22 total)📄 Pages (21)
🖼️ Images (1)
📝 Changed (26 total)📄 Pages (25)
⚙️ Other (1)
🤖 Generated automatically when Mintlify deployment succeeds |
Contributor
🔗 Link Checker ResultsChecked against: https://wb-21fd5541-marimo-cookibooks.mintlify.app Summary
Errors per inputErrors in weave/cookbooks/generated/ocr-pipeline.mdx
Errors in weave/cookbooks/generated/online_monitoring.mdx
Errors in weave/cookbooks/generated/weave_via_service_api.mdx
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the English Weave cookbook docs to use marimo instead of Colab or Jupyter notebooks, adds molab and marimo.app embeds, and surfaces exported notebook content as readable markdown below the embed.
What changed
weave/cookbooks/*.mdx): Wide layout, MolabLink withembedfor the full block (Try in marimo heading, New badge, Run in molab button, WASM iframe). ExportedNotebook imports generated markdown frommarimo export mdunderweave/cookbooks/generated/.snippets/en/_includes/molab-link.mdx): Marimo icon, neutral chip styling, optionalembedmode that derives the iframe URL from the molab GitHub URL. Non-cookbook pages (quickstart, tutorials, and others) keep using MolabLink withoutembed.snippets/button-links.css): Molab link appearance, prose overrides, cookbook heading and badge positioning.scripts/export-marimo-cookbook-md.sh): Regenerateweave/cookbooks/generated/*.mdxfrom source.pynotebooks with MDX-safe post-processing.images/marimo-icon.svg).Notes
mint broken-linksmay still report relative image paths inside some exported notebook markdown until notebook sources or paths are updated.How to test
mint devand spot-check a few cookbook pages../scripts/export-marimo-cookbook-md.shafter editing a.pynotebook inweave/cookbooks/source/.Made with Cursor