logoalt Hacker News

verdverm11/04/20251 replyview on HN

Will github render a Marimo notebook as if it has already been executed, like they do for Jupyter notebooks?


Replies

tga11/05/2025

It's not reasonable to expect a source code management system to display the last output of every Python script.

It might have been convenient for Jupyter notebooks, but that was a side effect of what's essentially a negative feature, the last output of every cell being thoroughly mixed with the source code.

show 1 reply