This is the source repository for the book "Programming Differential Privacy." You can find the book online here!.
To build the book:
jupyter-book build .
To publish the html:
ghp-import -n -p -f _build/html
To generate latex:
jupyter-book build . --builder latex
-
The book content is licensed under CC BY-NC-SA 4.0:
You may share and adapt with attribution, for non-commercial purposes, and under the same license. -
The code examples are licensed under the MIT License:
You may use, modify, and distribute the code freely, even for commercial use.