Unable to Connect to Kernel in Jupyter

Try redirecting the output from jupyter notebook to a file.
The output should contain an error message as to why the kernel is failing to start:

jupyter notebook --debug > log.file

Then attach the output below.