Skip to content

refactor: move thumbnail gen tool under marimo export namespace#8154

Merged
mscolnick merged 1 commit intomarimo-team:mainfrom
peter-gy:ptr/refactor-remove-tools-ns
Feb 6, 2026
Merged

refactor: move thumbnail gen tool under marimo export namespace#8154
mscolnick merged 1 commit intomarimo-team:mainfrom
peter-gy:ptr/refactor-remove-tools-ns

Conversation

@peter-gy
Copy link
Contributor

@peter-gy peter-gy commented Feb 6, 2026

📝 Summary

In line with discussions under #8122, this PR replaces

marimo tools thumbnails generate ...

with

marimo export thumbnail ...
  • Kept the command implementation in the standalone module marimo/_cli/export/thumbnail.py instead of tucking it into marimo/_cli/export/commands.py.
  • Moved from marimo export thumbnails to marimo export thumbnail to (1) be consistent with the rest of the CLI and (2) to be in sync with release notes (https://github.com/marimo-team/marimo/releases/tag/0.19.8) where this feature is advertised as:
# Generate thumbnails (code-only, no execution)
marimo export thumbnail my_notebooks/

# Generate thumbnails with notebook execution for richer previews
marimo export thumbnail my_notebooks/ --execute --sandbox

@vercel
Copy link

vercel bot commented Feb 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment Feb 6, 2026 8:58am

Request Review

@mscolnick mscolnick merged commit a1e33bc into marimo-team:main Feb 6, 2026
46 of 50 checks passed
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.19.9-dev6

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