This is a template for configuring Jupyter Book pages for PseudoLab studies.
-
make a new repo in PseudoLab Github with the study group name as repo name
Pseudo-Lab/2021-Kaggle-Study
-
clone the repo on your local computer
git clone https://github.com/Pseudo-Lab/2021-Kaggle-Study.git
-
clone this repo
git clone https://github.com/Pseudo-Lab/Jupyter-Book-Template
-
move
book
folder to the2021-Kaggle-Study
folder which has been created at step 2. -
change the contents in
book/docs
folder with the contents from your studies -
configure
_toc.yml
file -
build the book using Jupyter Book command
jupyter-book build 2021-Kaggle-Study/book
-
sync your local and remote repositories
cd 2021-Kaggle-Study git add . git commit -m "adding my first book!" git push
-
Publish your Jupyter Book with Github Pages
ghp-import -n -p -f book/_build/html -m "initial publishing"