Hacker News new | ask | show | jobs
by cauthon 1067 days ago
> You want to share the outputs so that you can share the results while showing your work.

What's wrong with rendering to HTML?

2 comments

You often share with people who want to play with the inputs or the code, while at the same time you want them to share what your choice of inputs outputted.
right, so what's the issue with sharing a notebook (code) and rendered html (results)?

If someone starts playing with the inputs, they're going to lose the outputs you've created unless you have a saved rendered copy anyways

Depends what you mean by "whats wrong?" Conceptually, absolutely nothing. In practice, many of the folks we are talking about have been bitten by mismatched files already. Why add one more set of files to juggle?