Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 976 Bytes

File metadata and controls

36 lines (22 loc) · 976 Bytes

Programming Differential Privacy

This is the source repository for the book "Programming Differential Privacy." You can find the book online here!.

Build Notes

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

License

License: CC BY-NC-SA 4.0 License: MIT

  • 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.