Please click at "Launch Binder" to get started.
To add new system packages to be used with this Binder modify the .binder/apt.txt
file.
To add new Python packages to be used with this Binder modify the .binder/environment.yml
.
This is a YAML file for Conda which can also install packages from PyPI via pip.
To define or modify an existing environment variable modify the .binder/start
file.
⚠️ If changing this file: don't remove the last line (exec "@"
)!
If you need to perform any action before the startup of the Binder session such as clone a repository or create/copy/download/move files modify the .binder/postBuild
file.