1.安装pip工具
python -m pip install --upgrade pip
2.切换到豆瓣源安装TensorFlow(建议安装2.3的版本 不建议最新版本)
pip install tensorflow-cpu==2.3.0 -i https://pypi.douban.com/simple/
3.安装完成后重新打开jupyter notebook即可使用tensorflow。
参考博客:https://blog.csdn.net/thy0000/article/details/122783136