pytti-book icon indicating copy to clipboard operation
pytti-book copied to clipboard

PyTTI Documentation and Tutorials

PyTTI-Tools Documentation and Tutorials

Jupyter Book Badge Open In Colab DOI DOI

Requirements

pip install jupyter-book
pip install ghp-import

Building and publishing

# 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