marimo-team / marimo

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
https://marimo.io
Apache License 2.0
8k stars 284 forks source link

Display cell run history #2898

Open dmadisetti opened 6 days ago

dmadisetti commented 6 days ago

Description

I'm working with a large dataset and occasionally running into OOM errors. When the process is killed, there no way on the frontend to determine the last run cell (or cell that was running before OOM)

Suggested solution

Image

Alternative

No response

Additional context

Happy to put this in myself, just leaving a bookmark. Small QOL improvement

mscolnick commented 6 days ago

I've wanted to add another helper panel that just lists out a history of all the cell executions and their times and status (success/failure) in a list. That might help solve this as well?

dmadisetti commented 5 days ago

That absolutely works. LMK if there's an existing issue so I can merge it

mscolnick commented 5 days ago

I haven't seen one, but this relates: https://github.com/marimo-team/marimo/issues/974.

I am unsure if its a stack/history of runs or a flame graph (or both).