2021-09-05

jupyter notebook ModuleNotFoundError: No module named ‘tensorflow’

import tensorflow时出现了以上的错误,为了能够在虚拟环境的条件下使用jupyter notebook运行程序,需要切换一下jupyter notebook的kernel。

conda activate tensorflow
pip install ipykernel
python -m ipykernel install --name tensorflow --display-name "tensorflow"

参考链接

上一篇:vscode jupyter 不能多开


下一篇:如何在HPC集群使用Jupyter Lab