Python virtual environments for scientists with conda part2

In our previous post we learned about Python virtual environments and how conda makes it easy for us as scientists to use virtual environments and access hundreds of useful packages. Despite the number of packages directly available through conda, not all packages can be downloaded this way. In this post we will learn how to add such packages to our
Read more