3. Getting started with your own bookΒΆ
To use this template:
Start by removing the
src/chapter*directories.Add your own content in a directory structure of your choosing.
Link all of the content you wish to include in the book in
src/_toc.yml, as described in Formatting tables of content.Update
src/_config.ymlas needed.Build your book with
jupyter-book build src
and serve it locally with
python3 -m http.server -d src/_build/html