This code base utilizes anaconda for environmental dependencies. You may obtain anaconda here.
Checkout the repository:
git clone https://github.com/matrix-profile-foundation/article-matrix-profile-intro.git
Install dependencies:
cd article-matrix-profile-intro
conda env create -f environment.yaml
conda activate article-matrix-profile-intro
The code is distributed using Jupyter notebooks. You may launch jupyter lab and view the notebooks with the following commands (assuming you are still in the local repository directory).
jupyter lab