Problem installing Anaconda Toolbox

I created a new environment to install Anaconda Toolbox, since it was not working on my base environment. After clicking the install button, it loads on the bottom bar in blue, but then nothing happens. I have tried to restart Navigator. Any tips? Thanks!

Hey @Jacqueline,

Sorry to hear you had troubles and apologies for the slow response.

Not entirely sure how to fix this issue but maybe you could try installing the Anaconda Toolbox from the CLI instead with the following two commands

conda activate yourenvname
conda install anaconda-toolbox

Then you can either return to Navigator to see if it’s worked or just run jupyter lab to launch from the CLI.

Let us know if you figured it out!
Jack