From 0147b332d5b4241dd87f6b0c5eb5e1b3bc54bec1 Mon Sep 17 00:00:00 2001 From: Adrian Vollmer Date: Sun, 9 Oct 2022 10:52:05 +0200 Subject: [PATCH] Update README about jupyter-book --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 13817af..2c3f986 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,9 @@ builder. The builder is a thin wrapper around the HTML builder, which runs `zundler` at the end. It can be used with `sphinx-build -b zundler` or, if there is a suitable Makefile, with `make zundler`. +Jupyter-Books can be built with `jupyter-book build --custom-builder +zundler`. You may have to add a render priority for Zundler like +[here](https://jupyterbook.org/en/stable/content/code-outputs.html#render-priority). Demos -----