Project Info & Setup

See the notebook online here!

Install and Environment Setup

Importing to Github Pages

Following this tutorial:

Run these steps after every major update to publish the changes.

With the right conda env activated, make sure that you have an installation of jupyter-book.

Conda: conda install -c conda-forge jupyter-book.

  1. In a terminal (with the conda environment activated), move to the notebook directory.

    cd C:/ABSOLUTE/PATH/TO/PROJECT/ROOT/FOLDER
    
  2. Run jupyter-book build ..

  3. Run ghp-import -n -p -f _build/html .