This is a 'fork' of Quantitative Ecology: A New Unified Approach by Lehman, Loberg and Clark, which was made available under the license. It was designed for the 2nd year Ecology course at the Australian National University in order to leverage the power of Jupyter for teaching quantitative concepts.
book/images/chapter
images organized by chapterbook/content
markdown files organized by chapter
The code is executed locally and the resulting HTML can be hosted by any static web server. For consistency, it's best to run the code in a conda environment, which can be created using
conda env create --file environment.yml
conda activate ecology-textbook
This make take a while...
Once you have activated the environemnt and made your way to the project directory that contains the book
folder you can run jupyter-book build book
to compile the book.
You can then push the results using ghp-import -n -p -f book/_build/html