

* Login to you HPE AIE cluster.
* Create a new notebook server using the jupyter-data-science image.
* Clone the repository locally.
* Create a new conda environment using the specified `environment.yaml` file:
  ```
  conda env create -f environment.yaml
  ```
* Launch the  notebook file and follow the
  instructions.
