blog.jupyter.org/announcing-the…
This is a complete re-write of Jupyter Book to make it more modular, powerful, customizable, and easy to use. See this 🧵 for some highlights!
Well I'm glad you asked. Jupyter Book also supports a flavor of Markdown that lets you use all of Sphinx's functionality in 💯 markdown. It's called Markedly Structured Text, or MyST
jupyterbook.org/content/myst.h…
myst-parser.readthedocs.io
jupyterbook.org/advanced/pdf.h…
jupyterbook.org/content-types/…
Though with MyST Markdown notebooks, you can also write Jupyter Notebooks entirely in markdown!
jupyterbook.org/content-types/…
jupyterbook.org/content/execut…
and *cache* the execution results so you only re-run execution when you update the code
jupyterbook.org/content/execut…
jupyterbook.org/content/glue.h…
jupyterbook.org/interactive/la…
- Parse MyST markdown: myst-parser.readthedocs.io/en/latest/
- ipynb tools for Sphinx: myst-nb.readthedocs.io/en/latest/
- a book theme: sphinx-book-theme.readthedocs.io
- execute/cache notebooks: jupyter-cache.readthedocs.io/en/latest/
to name a few
executablebooks.org/en/latest/
- jb contributing: jupyterbook.org/contribute/int…
- ebp contributing: executablebooks.org/en/latest/cont…
- features votes: executablebooks.org/en/latest/feat…
/🧵

