Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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


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.


You may see it as a negative feature, but i see it as a positive feature. I can push my notebooks to GitHub with the outputs and share them with others. Those people can see what the results are without having to setup and run the notebook.

This is incredibly useful for knowledge sharing and learning


Oh don't get me wrong, I have nothing against publishing notebooks, on GitHub or anywhere else. That was the convenient part. The negative feature was Jupyter mixing output into the file source code, making it difficult to version.

With Marimo, the way to achieve the same result is to have it (automatically) export the notebook to a _separate_ static HTML file: https://docs.marimo.io/guides/exporting/#export-from-a-runni...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: