模式笔记本代码迁移到 Google 笔记本

mode notebook code migration to Google Notebook

我有 python 代码在 'Python Notebook' 模式下执行,想将代码迁移到 Google 云 Platform.I 我正在使用 Google Bigquery 加载数据库中的数据。 我发现 Google DataLab 和 CoLab(Colaboratory) 是最好的 alternative.Does Jupyter Notebook 比这些工具表现更好? 但我的问题是我想将此代码迁移到这些工具之一,并在 Google 数据 Studio.Is 中可视化此数据 这可能可视化吗?

您可以找到关于 Cloud Datalab 和 Colaboratory 的很好解释

Jupyter Notebook 允许您直接在创建的笔记本中可视化数据,这要归功于 Python 库。不需要为此使用 Data Studio。请查看以下 example.

如果您决定使用 Google Colaboratory,它可以轻松地与 Data Studio 集成,即您可以将 Colab 的预测保存为 Google Sheet 和 Google Data Studio 将在仪表板上显示来自它的数据。 Google Data Studio 可以连接多个数据源进行报告。请查看以下 documentation.