Anatomy of a Jupyter Book#
There are three things that you need in order to build a Jupyter Book, each of which is already part of the TU Delft template that you have downloaded before:
A configuration file (
_config.yml
)A Table of Contents (
_toc.yml
)Your book’s content
$ tree template-book
template-book/
├── content
├── images
├── _config.yml
├── _toc.yml
├── intro.md
├── references.bib
└── requirements.txt
These sections describe the content of the basic files of a Jupyter Book.