Unable to find Jupyter notebook

I installed python 3.6.2 and that I have in my Windows OS.but while executing the command to install jupyter. its showing error :

Could not find a version that satisfies the requirement jupyter (from versions: )
No matching distribution found for jupyter

Hey,
This must be a python version problem.
I always advise this when you start with machine learning.

  • Uninstall all of your python programs/ pip/anaconda/jupyter/ all python related files and folder from C drive
  • Download Anaconda Distribution with Python 3.7 . It will install python/pip/conda/jupyter and some other necessary libraries as well, and you won’t face any version issues in future as well.

Just one thing to note: While install the anaconda, Make sure you Click on ADD ANACONDATO MY PATH VARIABLE
image