You have already installed Anaconda on Window 10 and you can see it in your programs and features list. Now you would like to launch it. You start looking up if there is any Anaconda Navigator desktop icon but to no avail.
Press CTRL+ALT+T to open up a terminal window and run the command:
anaconda-navigator
Read: How to fix error : Conda command not found
Anaconda navigator won’t launch
Sometimes you will face the issue in which the Anaconda navigator will not be able to start.
In order to solve this, make sure to move into the scripts directory C:\Anaconda\Scripts.
Now type in the commands below :
activate root
conda update -n root conda
conda update –all
finally, to launch it, run the following command :
anaconda-navigator
You may want to refer to the official documentation here.
If you like the content, we would appreciate your support by buying us a coffee. Thank you so much for your visit and support.
Worked! Just wanted to point a small typo in: `conda update –all`
Should be conda update –all
* ‘conda update all
oh. i guess it’s a bug in wordpress where two hyphens turn up as an endash. Sorry Nikolaus