一、安装过程
参考博客:http://blog.csdn.net/u010858605/article/details/64128466
二、如何在Juypter book上运行tensorflow
1、安装成功后,每次使用 TensorFlow 的时候都需要激活 conda 环境。
D:\>conda info --envs
D:\>activate tensorflow
(tensorflow)D:\>
(tensorflow)D:\>deactivate tensorflow
D:\>
2、在激活环境下安装juypter
(tensorflow)D:\>conda install jupyter
3、输入这个
(tensorflow)D:\>ipython kernelspec install-self --user
看到类似结果
Installed kernelspec python3 in C:\Users\XXX\Jupyter\kernels\python3
在 jupyter notebook下新建一个文件,测试 import tensorflow as tf
三、一些问题说明
Anaconda 在安装并运行tensorflow的时候,是需要在自己建立的环境下进行运行的,并且tensorflow需要处于激活状态,对于运行过程中出现的一些第三方包没有安装的问题,需要自己在Anaconda Navigator 下在对应的环境下进行安装