Anaconda Installed but Cannot Launch Navigator Anaconda Installed but Cannot Launch Navigator windows windows

Anaconda Installed but Cannot Launch Navigator


Open up a command terminal (CTRL+ALT+T)and try running this command:

anaconda-navigator

When I installed Anaconda, and read the website docs, they said that they tend to not add a file or menu path to run the navigator because there are so many different versions of different systems, instead they give the above terminal command to start the navigator GUI and advise on setting up a shortcut to do this process manually - if that works for you it shouldn't be too much trouble to do it this way - I do it like this personally


How I solved this issue:1. Be connected to the internet.2. Open the Anaconda Prompt (looks like a regular command window).If you installed the .exe in your /name/user/ location you should be fine, if not navigate to it.Then start an environment.

conda info --envs

Then run

conda install -c anaconda anaconda-navigator

Press y when prompted (if prompted). It will being downloading the packages needed.

Then run your newly installed Anaconda Navigator

anaconda-navigator

It should start, and also appear in your regular windows 10 apps list.