Skip to content

May I know why doesn't marimo notebooks stores cell outputs on restart? #600

Discussion options

You must be logged in to vote

There's an issue to persist outputs across restarts; we plan to implement this. #541

We don't plan to add outputs to the Python file. Removing outputs from the notebook file makes it easier to git version, but I understand it makes the file less of a record of your work. You can export your notebook with outputs to HTML after you are done working.

We don't plan to have the option to clear outputs of arbitrary cells, but you can clear the output of the currently running cell with https://docs.marimo.io/api/outputs.html#marimo.output.clear

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@roberthobblebottom
Comment options

@roberthobblebottom
Comment options

Answer selected by roberthobblebottom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants