Instructions are for macOS
Setup Python and install packages:
source configure.sh
./build.sh
or
# rebuild everything
jupyter-book build --builder dirhtml --all book/
# build new and updated pages only
jupyter-book build --builder dirhtml book/
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