How to retrieve and run anaconda navigator after deleting anaconda propmt - python

Today when I was using jupyter notebook using anaconda navigator in my windows 10 machine but suddenly my screen became blue and loading screen appeared saying that some sort of error occurred then my computer restarted.
After restarting, my anaconda navigator got lost and anaconda prompt appeared in the start menu.I clicked but it said anaconda 3 system cannot find the path specified.
I tried reinstalling anaconda several times but nothing changed. Then reinstalled python still no change. I thought may be anaconda prompt needs to be deleted, so I deleted it. Now nothing appears on the start menu which I can use to start anaconda navigator no matter how many times I reinstall it.
I even tried to reinstall jupyter using PIP3 but installation fails. I really don't know how I am going to run .ipybn files.

Related

Jupyter Notebook and Anaconda Navigator don't open on Windows

I work with Jupyter Notebook through Anaconda on Windows 10, and I've never had any problems. However recently Anaconda Navigator 2020.5 started not opening and disappeared from my apps list. I tried uninstalling and reinstalling, I followed all the steps and the installation went perfectly and Anaconda Navigator opened again, but Jupyter Notebook doesn't open the browser. I updated Anaconda, restarted the app and then Anaconda Navigator stopped working again. I tried one more reinstall and the problem was repeated, and now I can't access Jupyter Notebook anymore and I'm afraid of losing all my codes. I have no idea what's going wrong, can someone help me for God's sake. I also got two versions of Python installed, which is Python 3.8 and 3.9

Conda keep opening this Python Interpreter

I installed Anaconda 3. After Install I reboot the computer but, when I opened Anaconda Navigator, this keep happening, first this CMD window appears Conda.exe
and then this window appears gpython.exe
Before reboot, everything fine, I could open Anaconda Navigator. After reboot, (insert Billy Butcher from the Boys) BOOM, this happen.
This also happens everytime I type "conda" on the command prompt,with the python interpreter (second picture) keep appearing. So pretty much any solution on the internet that told me to use "conda" doesnt help.
Also this happens to every Anaconda Application (Anaconda Prompt, Anaconda Navigator).
I believe that whenever you launch anaconda conda.exe will run, at least it does for me.
Regarding gpython.exe, I could only find the following question referring to it
Django error: Command throws a python window when executing makemigrations command in a Python/Django project
This makes it seem like your anaconda may require a reinstall, I checked my anaconda files and couldn't find a gpython.exe in the path where yours appears, so this may be the case. Hope this helps.

How to open the Anaconda Navigator with Windows 10

I wanted to get my hands on the Anaconda Navigator. Recently on a normal PC I opened it and used it as if I'd been using it my whole life, the thing is that that PC uses Windows 7.
My laptop, however, has Windows 10 and it does not work. Anaconda installed after one hour and the navigator does not appear. I don't know if it's the whole of Windows 10 or just my machine, but it seems to me that the navigator should be here somewhere. The problem lies in that the 'Start' option for Windows 10 does not allow a user to ACTUALLY search for files ON their computer (total bummer since it makes everything difficult), so only the anaconda prompt and some "web searches" appear. Completely useless whatsoever.
I did try using the anaconda prompt with the help of a previously posted question (Anaconda Installed but Cannot Launch Navigator) with an identical problem to mine, where some of you mentioned that I should try the command 'anaconda-navigator', 'anaconda-navigator as', 'anaconda navigator', amongst other commands. None of which worked in any possible way. The commands were ignored since they just invoked errors that I do not know of.
Does anyone know what I should do/try, and if possible, leaving the option of reinstalling Anaconda all over as the last option? Thank you guys, would really help.
Ps: I downloaded the latest version for 64-bit Windows from the official page of Anaconda
Open the terminal (win+r and write cmd then press enter)
Call conda info (conda should be installed.)
One of the response fields should be base environment : followed by a directory.
In that directory there should be a Scripts folder containing the anaconda-navigator application. Hit it and wait patiently while it spins up. Navigator should open. You can point shortcuts here and so on.
I had a similar problem, but it cleared up after running Spyder once.

Anaconda Prompt closes authomatically

I have problem opening Anaconda Prompt, as it closes automatically. The problem appeared when I have installed pymc3, I even uninstall pymc3 to see if it works again or not, but the problem was not fixed. Before that, I could have open Spyder or Jupyter from Anaconda navigator, but now I can not. Does anyone know what is the problem?
I took a screenshot from the Anaconda prompt when for one second it appears and closes it shows the following:

Anaconda installed but can't launch Navigator in Window 10

I installed Anaconda on my Dell laptop. I am able to use anaconda promt but unable to launch anaconda-navigator.
I tried it launching via icon, command line. It shows anaconda icon with Initializing message on it and then disappears.
I tried launching it via command promt with admin privilege. It opened and then disappeared in a few seconds.
No error comes on screen.
I searched for different solutions on Github and stack overflow but nothing worked.
Check it in following images.
checking everything is up to date or not
launched anaconda
disappeared
you can reinstall anaconda on your machine because any file missing then happened and Anaconda prompt into you can try below command.
jupyter notebook

Categories