To start working on this book:
- clone the repo;
cd cookbook - use your preferred approach to starting a new python environment
- in that environment,
pip install jupyter-book - build and preview the site with
jupyter-book build --all genai_cookbook
The homepage is at genai_cookbook/index.md
The content pages are in genai_cookbook/nbs/
Jupyter book is fairly flexible and offers a lot of different options for formatting, cross-referencing, adding formatted callouts, etc. Read more at the Jupyter Book docs.