turicreate可视化(Google Collab环境)-SFrame.explore响应“对SFrame进行材料化”

时间:2018-09-19 20:28:20

标签: google-colaboratory

在一个非常简单的工作簿中,将数据加载到名为“学生”的Sframe中。

执行“学生”时,我得到了预期的结果(只是剪切并粘贴了非实际的结果)

First Name  Last Name   Country         age
Bob         Smith       United States   24
Alice       Williams    Canada          23
Malcolm     Jone        England         22
Felix       Brown       USA             23
Alex        Cooper      Poland          23
Tod         Campbell    United States   22
Derek       Ward        Switzerland     25

[7行x 4列]

但是当我输入“ Students.explore()”时,我得到的结果

“对SFrame进行材料化”

我希望图形显示丰富的GUI能够描述数据。这是在非Google合作工作簿中使用graphlab.create时得到的。

下面是代码描述,并链接到turicreate API帮助。

“ SFrame.explore([title])在交互式” GUI中浏览SFrame。https://apple.github.io/turicreate/docs/api/turicreate.visualization.html

1 个答案:

答案 0 :(得分:0)

Google Colab在云端运行。因此,它无法在您的计算机上打开新的应用程序窗口。

您可能想尝试Local Runtime