Unable to open jupyter notebook from cmd

I installed jupyter using pip install jupyter but when I try to run jupyter-notebook, I get the folowing msg.

“‘jupyter’ is not recognized as an internal or external command,
operable program or batch file.”

Although, I am able to access jupyter notebook using anaconda prompt, I was wondering why I wasn’t able to do so using the windows command prompt

Hey @mohitb, yes you will only be able to access jupyter notebook from anaconda prompt.

Anaconda prompt is just like command prompt, but it makes sure that you are able to use anaconda and conda commands from the prompt, without having to change directories or your path.
So that’s the reason you get the error in command prompt as “jupyter” is not recognized as an internal or external command.

I hope this clears your doubt ! :+1:
Happy Learning :slightly_smiling_face: