IS there a way to see what package versions are available with conda? I am getting an error with jupyter but it was working before. Something like yolk?
If you know the name of the package you want to install search for all available versions of it. eg. for package pandas you will do the following
conda search pandas
and then install the version you want using
conda install pandas=1.0.2