10.12.2019

[Note to self] How to make jupyter notebook work upon first installing Anaconda


How to deal with ERROR when first starting to use jupyter notebook.

After installing Anaconda3, type “jupyter notebook” on command line prompt on Windows and it gives an error “jupyter is not recognized as internal or external command.”

You need to go to the controlpanel\System\Advanced system settings\Environment Variables\Path, then hit edit and create 3 new paths:
C:\Users\Anaconda3\Scripts
C:\Users\Anaconda3
C:\Users\Anaconda3\Library\bin
to the end and restart the command line.

This will prevent an SSL error that is bound to happen if you're performing this on a fresh install of Anaconda.

Source of help:

No comments:

Post a Comment