2.1. Book configurationΒΆ
A Jupyter Book is configured by editing the src/_config.yml file. This template configures sensible defaults, but some fields should be changed to match your uses:
# Title and Author as needed
title: "Astro Group Bristol Template"
author: "Astro Group Bristol"
# ...
# Information about where the book exists on the web
repository:
url: https://github.com/astro-group-bristol/jupyter-book-template
branch: main
# ...
Full documentation for how to configure your book can be read on the Jupyter Book homepage.