Anaconda中jupyter切换多个kernel
1 | # 在base环境里,安装nb_conda插件,会自动关连其他kernel |
Anaconda管理多个虚拟环境
1 | # 查看envs |
包管理
1 | conda list # 查看已经安装的包 |
设置清华源
1 | conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ |
常用包
1 | pip install scikit-learn |
tensorflow 2.0以下版本GPU测试
1 | import tensorflow as tf |
tensorflow 2.0及以上版本GPU测试
1 | import tensorflow as tf |