Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 671 Bytes

development.md

File metadata and controls

29 lines (20 loc) · 671 Bytes

Development Notes

This project has been ported to and currently maintained using JupyterBook.

After completing routine edits to notebooks, data, or configuration files, open a terminal window and navigate to the directory of the local git repository.

jupyterbuild clean ../cbe30338-book

Rebuild the book by executing the following command from the terminal window while

jupyterbuild build ../cbe30338-book

Commit and push changes to the remote git repository.

git add --all
git commit -m "commit message"
git push

Move relevant html files to github pages.

ghp-import -n -p -f _build/html