A Binder-compatible repo with an environment.yml
file.
Access this Binder at the following URL: https://mybinder.org/v2/gh/MJTMace/sympySphHarmBfield/master?filepath=sympy_Bfield.ipynb
The environment.yml
file lists all Python libraries on which the notebook
depends, specified as though they were created using the following conda
commands:
source activate example-environment
conda env export --no-builds -f environment.yml