Python virtual environments for scientists with conda part3

In our first post we learned about Python virtual environments and how to use conda to create and manage them. In our second post, we learned how to install packages that were not directly accessible from the command conda install. Specifically, we learned about conda channels hosted at https://anaconda.org as well as pip, both of which can be used to
Read more