From 4501d3de79052f9fb133a0b1ccf9a195af5dbbeb Mon Sep 17 00:00:00 2001 From: Rob Fatland Date: Sat, 18 May 2024 15:51:54 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33af627..7968234 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,11 @@ is a website *compiled* from that repo. - Each **`.ipynb`** notebook maps to a book chapter: **`~/book/chapters/newchapter.ipynb`**. - Create a new chapter entry in **`/book/_toc.yml`** - This will look like **` - file: chapters/newchapter`** + - Corresponding to **`chapters/newchapter.ipynb`** - How does the Book environment develop along with increasing content? - - There is some crossover here with **binder** it seems + - First example error: `No module named 'matplotlib'` + - Notice the JupyterBook builds despite errors of this sort + - Added a `matplotlib` entry and an `xarray` entry to `environment.yml` fixed this error - How much Python functionality is present in the Book? - LaTeX? - How much data can be bundled with the Book?