3

首先,我是 turicreate 和 ubuntu 的新手。我通过为 Linux 启用 Windows 子系统在 Windows 10 上运行 turicreate。我使用Ubuntu 18.04 LTS安装了 python、turicreate 和 jupyter notebook。我无法在浏览器的另一个选项卡上启用数据的可视化。这是代码。

import turicreate
sf = turicreate.SFrame('people-example.csv')
turicreate.visualization.set_target(target='browser')
sf.show()

通过运行它,它会给出“Materializing SFrame”的输出并弹出另一个选项卡,如下所示,“找不到资源'/index.html?type=plot&id=e64f3efd-aa42-4a70-bde6-a1541f70b35f' 。”

但是当我使用默认目标或“turicreate.visualization.set_target(target='auto')”时,它会毫不拖延地在 jupyter notebook 上显示数据。那么,如何将可视化目标启用为“浏览器”?在此先感谢您的任何建议。

4

0 回答 0