This repository contains a Jupyter Book version of the DSW slides.
Run all commands from the repository root (DSW_JupyterBook).
Download Jupyter Book dependencies: https://jupyterbook.org/stable/get-started/install/
Initialize (first time or after structure changes):
jupyter book initBuild website + PDFs:
jupyter book build --html --pdfStart local preview server:
jupyter book startOutputs:
- Website:
_build/html - PDF exports:
_build/exports
Deploy this repository as a static site via GitHub Pages (GitHub Actions).
Minimal flow:
- Push this folder as its own GitHub repository.
- In GitHub, set Settings → Pages → Source = GitHub Actions.
- Push updates after running a local build check.
Published URL pattern:
https://calgo-lab.github.io/data-science-workflow
- Chapter pages include a built-in Download button (PDF export).