在Colab笔记本中加载TensorBoard笔记本扩展突然失败

时间:2019-04-28 11:58:48

标签: tensorboard google-colaboratory tensorflow2.0

加载TensorBoard笔记本扩展程序突然失败。

以Colab示例为例:https://colab.research.google.com/github/tensorflow/tensorboard/blob/master/docs/r2/tensorboard_in_notebooks.ipynb

尝试重新启动运行时,没有任何效果。

!pip install -q tf-nightly-2.0-preview
# Load the TensorBoard notebook extension
%load_ext tensorboard

实际结果:

The tensorboard module is not an IPython extension.

我什至找不到该错误返回的其他引用。

1 个答案:

答案 0 :(得分:1)

改为使用%load_ext tensorboard.notebook。这将起作用。这已经是有关gitHub的问题了。