Credits and License

Contents

# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
    matplotlib.RcParams._get = dict.get

Credits and License#

You can refer to this book as:

Folsom, P., Ryazeva, N., Strandberg, J., Dintzner, N. (2025) MSc Planning for Personal Data Mini-module. <https://tu-delft-library.github.io/MSc-Planning-for-Personal-Data/main/introduction/introduction.html>. Source files at <https://github.com/TUDelft-books/MSc-Planning-for-Personal-Data>. CC BY 4.0.

You can refer to individual chapters or pages within this book as:

<Title of Chapter or Page>. In Folsom, P., Ryazeva, N., Strandberg, J., Dintzner, N. (2025) MSc Planning for Personal Data Mini-module. <url to specific page on book website>. Source files at <https://github.com/TUDelft-books/MSc-Planning-for-Personal-Data>. CC BY 4.0.

License#

This book is CC BY 4.0 licensed allowing you to share and adapt the material, as long as the source is named.