May I know why doesn't marimo notebooks stores cell outputs on restart? #600
-
I can disable autorun but I kind of want the outputs to remain there. The alternative right now is to copy and paste the output in markdown. edit: how about option to clear outputs of particular cells, will marimo have that? Thank you for creating marimo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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 |
Beta Was this translation helpful? Give feedback.
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