易学智能 发表于 2020-3-21 13:06:52

jupyter安装包

1、 打开Jupyter终端


注意:若在Conda_DL/Conda全家桶等环境,务必注意激活相应的conda环境,再安装。

2、 安装包

使用pip安装(以tensorflow 1.14为例

pip install tensorflow-gpu==1.14 --user i https://pypi.tuna.tsinghua.edu.cn/simple

更多安装包的信息,请参考:https://www.easyaiforum.cn/helpDocument?manual_id=138

3、 重启kernal,重新运行代码




页: [1]
查看完整版本: jupyter安装包