Hacker News new | ask | show | jobs
by civilized 1611 days ago
This is all great. It's high time we supplemented Jupyter with a plain text language-agnostic format. Jupyter is a nice notebook but falls short of an effective format for shareable, reproducible, collaborative research.
1 comments

Have you looked at jupyter-book?

The "native" format is MyST, which is markdown with extra things added in to customize behaviour of code blocks: https://jupyterbook.org/reference/cheatsheet.html

I've been writing some stuff in MyST and I found it very productive. The ability to also support jupyter notebooks is also interesting.