I installed TensorFlow and Anaconda on my macbook pro and it seems to work fine, I can import tensorflow and execute commands on the command line, however I would like to use tensorflow in IPython notebooks. When I go to Anaconda Navigator -> environments - > TensorFlow, you can click the little arrow to "open terminal", "open with python" (both work fine) OR "open with IPython", "open with Jupyter Notebook". The last two options are disabled for some reason which I can't figure out. How do I enable them?
0
votes
1 Answers
0
votes
OK, so installing Jupyter with the tensorflow environment was required to activate the two ipython/Jupyter Notebook selection in Anaconda Navigator (as advised by @darthbith ). As for the import error, I found a workaround, NOT a solution, which is to activate the tensorflow environment in a terminal, then launching a Jupyter notebook from that terminal. Then I was able to import and use tensorflow in my Jupyter notebook. In addition, all imports are now looking at the tensorflow environment not the "root" environment. I'm Happy!!
jupyterinto your TensorFlow environment? - celconda install -n tensorflow notebook ipythonshould work. - darthbithsys.path? - darthbith