I installed python and jupyter notebook through the Anaconda distribution. I have been successfully using jupyter notebook for weeks and it has run perfectly fine. However, I can only launch a notebook through the Anaconda Navigator GUI.
When I try to run the command (in command prompt) to start a notebook it says
'jupyter' is not recognized as an internal or external command
This is also the same case with Python
'python' is not recognized as an internal or external command
I am using Windows 10. I am assuming its a PATH issue but I have not had any luck with the solutions I found from other posts. I am relatively new to programming and python so any help would be greatly appreciated.