error with importing numpy in binder beta error with importing numpy in binder beta numpy numpy

error with importing numpy in binder beta


Check that you created a .yml file in your repo, like they did it here.

The environment.yml file should list all Python libraries on which your notebooks depend, specified as though they were created using the following conda commands:

source activate example-environmentconda env export --no-builds -f environment.yml