Anaconda官网:https://repo.anaconda.com/archive/
清华大学镜像站:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/?C=N&O=D
C:\01-python\06-Anaconda Python需要
C:\01-python\06-Anaconda\Scripts Anaconda 自带脚本(conda、jupyter notebook、ipython)
C:\01-python\06-Anaconda\Library\bin jupyter notebook动态库
安装包
conda install tensorflow
Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2
首先安装 jupyter,命令为pip install jupyter