Not able to open Jupyter using Anaconda Navigator or normally

To give better attribution to that solution since I had included two other links in my reply above, I want to point out the idea of using the following for starting up Jupyter came from the link here under the issue ‘Jupyter Notebook not Opening in Windows’. This is the command:

python -m notebook

Depending on your system, you may need python3 for python, see here.