Skip to content

ds-102/ds-102-book

Repository files navigation

Data, Inference, and Decisions

Jupyter Book (via myst) GitHub Pages Deploy Accessibility Checks

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:

  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 ds-102-book/ directory
  4. 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.

Contributors