This book may be viewed online at this address:
https://aquaulb.github.io/book_solving_pde_mooc/
It is generated from Jupyter notebooks using Jupyter Book
The instructions to create a local copy of the book are:
-
Clone the repository:
git clone https://github.com/aquaULB/book_solving_pde_mooc.git
-
cd book_solving_pde_mooc
-
git submodule init
-
git submodule update
-
The following command needs to be run before the book is built:
python spde.py
-
cd ..
-
jupyter-book build book_solving_pde_mooc
Step 7 requires the installation of Jupyter-Book; this can be done using conda or pip.
The book may then be viewed by copy/pasting the link shown in the terminal after the book is built.