tensorflow

conda prompt中安装好了tensorflow,为什么打开jupyter notebook不能用呢

使用anaconda安装好tensorflow后:
1、activate tensorflow后使用conda install ipythonconda install jupyter

2、输入ipython kernelspec install-self --user 看到类似这样的信息即为成功Installed kernelspec python3 in C:\Users\XXX\Jupyter\kernels\python3
去jupyter里使用import tensorflow as tf验证一下,应该可以使用了~