Fixing Numpy MKL ImportError

If when trying to import numpy you get message:

Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so

with Anaconda/Miniconda Python, the fix is to force reinstall Numpy. It appears to be a recent glitch with Anaconda and Numpy

conda install --force-reinstall numpy