在 jupyter notebook 中通过 cell magic 运行参数化 bigquery

Posted

技术标签:

【中文标题】在 jupyter notebook 中通过 cell magic 运行参数化 bigquery【英文标题】:running parameterized bigquery via cell magic in jupyter notebook 【发布时间】:2017-08-31 08:00:24 【问题描述】:

我在使用 pydatalab 时遇到了问题:我刚刚安装了它,通过单元格魔法进行的正常查询和图表工作正常。

pydatalab 的 wiki 说,可以添加 chart controls。但是那个 wiki 使用了一些旧的 %%sql 语法,而不是新的 %%bq query 语法,它不再起作用了。

奇怪的是,以下工作正常:

%%bq execute -q tmp_result_na
parameters:
- name: name
  type: STRING
  value: 'value'

非常感谢(提前)您的帮助!

【问题讨论】:

【参考方案1】:

我找到了this open issue。现在还没有实现......

【讨论】:

以上是关于在 jupyter notebook 中通过 cell magic 运行参数化 bigquery的主要内容,如果未能解决你的问题,请参考以下文章

插入jupyter notebook代码

Jupyter notebook中的Cell and Line Magics

windows远程访问ubuntu下的jupyter notebook必要配置

jupyter notebook的架构

Jupyter Notebook(iPython)

jupyter notebook 虚拟环境配置