Code to load the WBTS data
Clone the repository to your computer.
Then, from a terminal window within WBTSdata/
, install the packages locally by running
pip install -e .
This will ensure that lines such as
from load_data import plotters
will run.