Anaconda navigator won't launch, I tried reinstalling it, that did not work either. anancondas' command prompt shows an error message. I've tried googling the answer, I guess I'm bad at it. [this is what I see after opening anaconda prompt]
p.s. I use spyder on it
Windows: You'll find Anaconda Navigator in the Start menu. Linux: Open a terminal window and run the command anaconda-navigator .
if you had successfully installed the anaconda the in windows 10 search bar you can type anaconda prompt to get the anaconda command line where you can start anaconda navigator by typing anaconda-navigator in anaconda prompt.
To update Anaconda: Open conda prompt, and run conda update --all. Using Anaconda Navigator, you can update packages under the Environments tab.
1. Locate Anaconda Navigator and Click on Anaconda Navigator. 2. Under Jupyter Notebook, click on Launch.
You need to run the cmd prompt from the Scripts directory of Anaconda where ever you have the Anaconda parent folder installed. I happen to have in the root directory of the C drive on my Windows machine. If you are not familiar there are two ways to do that:
A) Use the key combination Win-key + R
then type cmd
and hit return to launch the terminal window and then type: cd C:\Anaconda\Scripts
(or whatever directory path yours is).
B) Navigate using windows explorer to that Scripts directory then type cmd
in the address bar of that window and hit return (that will launch the terminal already set to that directory).
Next type the follow commands waiting in between for each to complete:
activate root conda update -n root conda conda update --all
When complete type the following and Navigator hopefully should launch:
anaconda-navigator
I had the same issue, and solved it by the following commands:
conda update conda conda update anaconda-navigator anaconda-navigator --reset anaconda-navigator
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With