Skip to content

Files

Latest commit

937c11e · Dec 21, 2023

History

History
51 lines (35 loc) · 662 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 662 Bytes

Book development

Instructions are for macOS

Configure

Setup Python and install packages:

source configure.sh

Build

./build.sh

or

# rebuild everything
jupyter-book build --builder dirhtml --all book/

# build new and updated pages only
jupyter-book build --builder dirhtml book/

Preview

Start local Web server:

./watch.sh

or

livereload \
    --port 4000 \
    --target book/_build/dirhtml/index.html \
    book/_build/dirhtml

Open in browser:

open http://localhost:4000

DOI