add environment.yml file to create conda environment
This file allows to create a working conda environment to run the notebooks
conda env create -n scc_plots -f environment.yml
When the installation is done load the environment using:
conda activate scc_plots