在anaconda中新建环境,并在jupyter notebook添加kernel

1、创建环境: 打开anaconda prompt上输入代码创建:比如创建一个python3.5的环境:conda create -n tensorflow python=3.5 (tensorflow这个表示环境的名称,可更改为其他的名称) 2、激活当前创建的环境: activate tensorflow 3、安装tensorflow: pip install tensorflow 4、安装完成
相关文章
相关标签/搜索