DS
ds-102/ds-102-book
UC Berkeley Data 102 Textbook
Data, Inference, and Decisions
Textbook for Berkeley's Data 102 course
Usage
Building the book
If you'd like to develop and/or build the Data, Inference, and Decisions 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
ds-102-book/directory - Run
jupyter-book start. A server will start and you can view the book in your browser. Updates to the source files will update the book in the real-time.
Hosting the book
The book is deployed using GitHub Pages.
Contributors
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
Credits
This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.