Hacker News new | ask | show | jobs
by tpoacher 1398 days ago
Very nice. I use a similar approach but at a much more basuc level, to create lab reports directly from python code using special comments, which are then parsed by a special bash script which generates an html lab report.

I've been using it exclusively for my own reports, but now that I see others think this kind of thing is useful, I might put it up on github or sth.

I loathe jupyter notebooks with a passion ... good to see people working on alternatives!