Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 920 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 920 Bytes

shpg-dsprojects

Jupyter Book Badge Binder

Portfolio of Data Science projects.

Usage

Building the book

If you'd like to develop and/or build the shpg-dsprojects book, you should:

  1. Clone this repository
  2. Run pip install -r requirements.txt (it is recommended you do this within a virtual environment)
  3. (Optional) Edit the books source files located in the shpg-dsprojects/ directory
  4. Run jupyter-book clean shpg-dsprojects/ to remove any existing builds
  5. Run jupyter-book build shpg-dsprojects/

A fully-rendered HTML version of the book will be built in shpg_dsprojects/_build/html/.

Credits

This project is created using the excellent open source Jupyter Book project.