To standardize appearance I put appearance modifiers in `notebook_context/__init__.py`, and then in my second jupyter cell
from notebook_context import * configure_plotting_for_publication()
To standardize appearance I put appearance modifiers in `notebook_context/__init__.py`, and then in my second jupyter cell
Example notebook_context: https://github.com/maksimt/empirical_privacy/blob/master/src...