Portfolio of Data Science projects.
If you'd like to develop and/or build the shpg-dsprojects book, you should:
- Clone this repository
- Run
pip install -r requirements.txt
(it is recommended you do this within a virtual environment) - (Optional) Edit the books source files located in the
shpg-dsprojects/
directory - Run
jupyter-book clean shpg-dsprojects/
to remove any existing builds - Run
jupyter-book build shpg-dsprojects/
A fully-rendered HTML version of the book will be built in shpg_dsprojects/_build/html/
.
This project is created using the excellent open source Jupyter Book project.