Skip to content

data-6-berkeley/zero-to-data-6

Repository files navigation

Zero to Data 6

This repository hosts the content and website for Zero to Data 6, the guide to deploying your own Data 6 course infrastructure.

All of the content resides in the markdown files and is hosted online at data6.org/zero-to-data-6.

Install software to build the book

Building this book requires Jupyter Book v2. You can install it locally here:

pip install -r requirements.txt

See the jupyter book documentation for more information.

To make changes to this book

The myst.yml file contains the book's configuration and table of contents. It controls many aspects of the book. If you add pages, update the toc section in myst.yml.

To make changes to the book's content:

  1. Edit the markdown files that you wish to change. If you add a new file, make sure to add a new entry for it in myst.yml.
  2. Run jupyter book serve to render the website locally.
  3. Review the changes.
  4. Push to main on GitHub.

The GitHub Actions workflow will automatically build and deploy the site to GitHub Pages.

About

A quick guide to deploying your own Data 6 course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages