Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: marimo export ipynb #1367

Merged
merged 11 commits into from
May 15, 2024
Merged

feat: marimo export ipynb #1367

merged 11 commits into from
May 15, 2024

Conversation

akshayka
Copy link
Contributor

Export marimo notebooks to Jupyter (ipynb) notebooks.

This is a simple implementation that doesn't convert markdown or create/save outputs. Still, I had a need for this today -- more convenient than copy-pasting, and didn't want to go through VSCode.

It requires an optional dependency to do the format (nbformat).

For #717

Export marimo notebooks to Jupyter (ipynb) notebooks.

This is a pretty-bare bones implementation that doesn't convert
markdown or create/save outputs. Still, I had a need for this today --
more convenient than copy-pasting, and didn't want to go through VSCode.
@akshayka akshayka requested a review from mscolnick May 14, 2024 04:24
Copy link

vercel bot commented May 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 6:41am
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 6:41am

mscolnick
mscolnick previously approved these changes May 14, 2024
marimo/_server/export/exporter.py Show resolved Hide resolved
tests/_cli/test_cli_export.py Outdated Show resolved Hide resolved
@mscolnick mscolnick merged commit 4cb3069 into main May 15, 2024
28 of 29 checks passed
@mscolnick mscolnick deleted the aka/feat-export-ipynb branch May 15, 2024 12:54
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.

None yet

3 participants