I have a very simple repository with a simple notebook with a simple environment.yml derived from running
conda env export --from-history -f environment.yml
environment.yml clearly includes matplotlib, but
import matplotlib.pyplot as plt
fails with
ModuleNotFoundError: No module named 'matplotlib'
I’m rather boggled and am sure that it’s obvious… sigh The notebook runs on my mac; i’ve reviewed notes regarding how to exclude system dependent files from the environment.yml and commented out a few lines to make it more similar to the sample binder repositories.
My notes on my bug are at https://github.com/judielaine/SandvikBush/issues/1