close
Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Integrations with Other Libraries

pandas

See also, the :mod:`google.cloud.bigquery.magics` module for integrations
with Jupyter.
See also, the :mod:`google.cloud.bigquery.magics.magics` module for
integrations with Jupyter.


9 changes: 9 additions & 0 deletions google/cloud/bigquery/magics/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

"""IPython Magics

To use these magics, you must first register them. Run the ``%load_ext`` magic
in a Jupyter notebook cell.

.. code::

%load_ext google.cloud.bigquery

This makes the ``%%bigquery`` magic available.

.. function:: %%bigquery

IPython cell magic to run a query and display the result as a DataFrame
Expand Down