To run the tutorial, use Anaconda. Setup a conda environment using the environment.yml file. You can do this from a console like this:
conda env create --file environment.yml
Next, enter the conda environment:
conda activate bcc
Launch a jupyter lab instance:
jupyter lab
Then open aggregation_tutorial.ipynb.