1

I have installed Anaconda2, and today decided to update to Anaconda3. I installed Anaconda3 at the same time as I uninstalled Anaconda2.

Now, Jupyter Notebook shows this error and quits every time I try to start it.

The path in the error message is: "C:\Users\Hongyi\Documents\%HOME%"

What is causing Jupyter Notebook to quit?

enter image description here

11
  • Have you tried to re install the Anaconda 3 again after the error? Commented Feb 6, 2017 at 23:50
  • @DeepakM Not yet, because I have read on github where people posed the same problem after reinstalling it three times. But I guess I'll try it if no other solution comes up. Commented Feb 6, 2017 at 23:53
  • You've got that weird looking Y character in there... probably messing it up Commented Feb 6, 2017 at 23:58
  • Ok what I recommend is un -install both environments. Thought the program un installed Some components of Anaconda still exist. Go to your local folder where the Anaconda components were stored or search your local disk for anything associated with Anaconda and delete everything consisting with Anaconda(Note: You may need to re install all your packages again). Then try running the installer again. Commented Feb 6, 2017 at 23:59
  • 1
    %HOME% should be a Windows environment variable that is resolved by your system... Commented Feb 7, 2017 at 2:11

2 Answers 2

2

Okay it looks like I found a solution.

Jupyter started running after I created the appropriate folder in the appropriate path.

In my case, it is creating a folder named %HOME% (with percent signs), in the path shown in the error message.

Now Jupyter is up and running.

Thank you guys for your thoughts and suggestions.

Sign up to request clarification or add additional context in comments.

Comments

1

After readed this solution I tried another one (a comfortable one for me): Open the location of the "Jupyter Notebook" shortcut (right click > More > File location) and right click again > Properties. In the Destination field (Sorry if the label is another ... the thing is that my Windows is in Spanish and I don't remember how it's labeled this field in English) just change the %HOME% at the end for a path to your "Work Folder" (if you have not created one then just create it). And this way It works also.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.