Tutorials!!!
If you'd like to develop and/or build the Data Science Course 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
chapters/directory - Run
jupyter book startto remove any existing builds
A fully-rendered HTML version of the book will be available at http://localhost:3000.
This project is created using the excellent open source Jupyter Book project.