This notebook requires python3, galario, and lmfit. You will need the conda package manager, which is available in the anaconda distribution here:

https://docs.anaconda.com/anaconda/install/

You can use the 

The CPU version of Galario can be instlled with conda as follows:

conda install -c conda-forge galario

While lmfit can be installed with:

conda install -c conda-forge lmfit

or

pip install lmfit. 
