pip install jupyter-book
pip install ghp-import
# Add a new document to the book
git add NewArticle.ipynb
# The page won't show up unless you specify where it goes in the TOC
git add _toc.yml
git commit -am "Added NewArticle.ipynb"
jupyter-book build .
ghp-import -n -p -f _build/html