There is a thread on addressing how to get Jupyter to link correctly after downgrading Python, but that is referring to a Conda install. My motivation for downgrading Python is the fact that TensorFlow is broken on Python 3.7.
After uninstalling Jupyter and downgrading Python, I receive this error.
/usr/local/bin/jupyter: /usr/local/Cellar/jupyter/1.0.0_5/libexec/bin/jupyter: /usr/local/opt/python/bin/python3.7: bad interpreter: No such file or directory
/usr/local/bin/jupyter: line 2: /usr/local/Cellar/jupyter/1.0.0_5/libexec/bin/jupyter: Undefined error: 0
How do I link Jupyter and Python correctly to work properly?
Thanks, Nakul