问题
My anaconda navigator takes 2-3 minutes to start...Did anyone else notice this problem? I have proxy setting set correctly and I can use conda install with no problem...
回答1:
I stumbled upon this problem in two pc which had I5 / I7 processor(Win 10 / Win 8) with SSD.
This is how I fixed up the problem, now it takes around 20 second to boot Anaconda Navigator and all the apps) :
Open your prompt / CMD and type :
conda update conda
conda update anaconda
Also looks into your Antivirus :
they may isolate or block Anaconda because they could see it as a threat
Do a tour into your Antivirus/HIP/Firewall/Trusted applications and grant Anaconda full permission
回答2:
I have one shortcut here, Go to search bar and type jupyter or if you want spyder Type spyder , so you can directly open it. No need to start anaconda
Here I saw
https://youtu.be/xNOg5VfCDWU
回答3:
I as well had problem of Anaconda Navigator starting after long time ( 5-10 mins) on my Windows 10 machine. After defining proxy settings in .condarc file and OS ENV variable, it reduced to 1-1.5 min. See if it works for you :).
Changes in .condarc file
proxy_servers:
http: http://yourhttpproxy:port
https: https://yourhttpsproxy:port
Updating OS ENV variable like:
HTTP_PROXY= http://yourhttpproxy:port
HTTPS_PROXY = https://yourhttpsproxy:port
回答4:
After encountering the same issue (stucking at loading apps for 6 min), I tried the previous which didn't work. Furthermore, I have also tried to reinstall anaconda without any success.
After a while I tried to tape:"jupyter lab" (or jupyter notebook) on ANACONDA PROMPT. It works for me, now I do not need to start anaconda navigator and then going to jupyter lab or notebook.
Hope it will be helpful for some of you.
来源:https://stackoverflow.com/questions/40933243/anaconda-navigator-very-slow