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
29
29
30
30
pandas
31
31
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.
34
34
35
35
Original file line number Diff line number Diff line change 14
14
15
15
"""IPython Magics
16
16
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
+
17
26
.. function:: %%bigquery
18
27
19
28
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