这些都是在安装完Anaconda和TensorFlow2后进行。

升级ipython

pip install ipython --upgrade

TensorFlow2.0的笔记本使用指南

升级jupyter

pip install jupyter --upgrade

TensorFlow2.0的笔记本使用指南

安装notebook

pip install notebook

TensorFlow2.0的笔记本使用指南

下载TensorFlow2.0笔记本

在TensorFlow官网下载。

TensorFlow2.0的笔记本使用指南

下载beginner.ipynb。

使用笔记本

本地上传笔记

jupyter notebook

TensorFlow2.0的笔记本使用指南

选择一个浏览器做为打开的方式。选择upload将beginner.ipynb上传。

TensorFlow2.0的笔记本使用指南

打开笔记本

上传成功后。点击beginner.ipynb打开笔记本

TensorFlow2.0的笔记本使用指南

运行笔记本

打开笔记本后,点击运行按钮。如下图

TensorFlow2.0的笔记本使用指南

也可以使用Google Colab运行笔记本。

相关文章:

  • 2021-05-06
  • 2022-12-23
  • 2021-07-06
  • 2021-05-25
  • 2021-09-06
  • 2021-05-21
猜你喜欢
  • 2022-01-10
  • 2021-04-18
  • 2021-08-06
  • 2022-01-19
  • 2021-11-29
  • 2021-11-18
  • 2021-06-08
相关资源
相似解决方案