-
Notifications
You must be signed in to change notification settings - Fork 291
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
auto-download for marimo ipynb #2961
Comments
How do you feel about supporting Quarto? Instead of generating a complicated JSON, you could be generating a git-friendly Quarto then can take care of IPYNB generation - Either in addition to this, or as an alternative, how about:
|
Ditto for #2960 - it's already solved in Quarto |
A community member (@dmadisetti) has developed an experimental The main point of supporting
In this case the point isn't to be git-friendly. If I understand correctly, |
They don't, they're simply text, like marimo. But in order to render outputs, you would need the machinery to execute notebooks. Quarto takes care of that. Also interested in how all the interactivity and built-in APIs would render in a Jupyter environment. Env management may be tricky, but this is where puppy's Basically, my proposal is this: marimo takes care of |
Check out #2994 |
Description
We already support auto-exporting HTML. We should add auto-exporting for ipynb in top-down order with the outputs, so that users can commit these files to github and view them natively.
Suggested solution
An additional option in this dropdown
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: