File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
google/cloud/bigquery/magics Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Integrations with Other Libraries
2929
3030 pandas
3131
32- See also, the :mod: `google.cloud.bigquery.magics ` module for integrations
33- with Jupyter.
32+ See also, the :mod: `google.cloud.bigquery.magics.magics ` module for
33+ integrations with Jupyter.
3434
3535
Original file line number Diff line number Diff line change 1414
1515"""IPython Magics
1616
17+ To use these magics, you must first register them. Run the ``%load_ext`` magic
18+ in a Jupyter notebook cell.
19+
20+ .. code::
21+
22+ %load_ext google.cloud.bigquery
23+
24+ This makes the ``%%bigquery`` magic available.
25+
1726.. function:: %%bigquery
1827
1928 IPython cell magic to run a query and display the result as a DataFrame
You can’t perform that action at this time.
0 commit comments