'LocationAnalysis' is a project to explore your own gps data as downloaded from Google.
Code style: black
- Enforce code style in .ipynb files:
%load_ext lab_black
in de first cell REMARK: It seems that black does not work on cells with%%time
- Enforce code style in .py files:
black {source_file_or_directory}