I have Jupyter Notebooks running through Anaconda on my Mac computer.
I installed tensor flow using pip install tensorflow
and I have the latest version of python.
For some reason, every time I run import tensorflow
in jupyter notebooks, my kernel immediately fails.
I can run other functions and I can import other packages with no issue.