I use miniconda as my default python installation. What is the current (2019) wisdom regarding when to install something with conda vs. pip?
My usual behavior is to
This is what I do:
I recently ran into this when numpy / matplotlib freaked out and I used the conda build to resolve the issue.