NumPy training course
To share the environment, it is used:
conda env export --from-history | grep -v "^prefix: " > environment.ymlSo only packages that are explicitly requested will be included, and without the prefix, which is the local folder where the package is installed.