You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2026. It is now read-only.
To support googleapis/python-bigquery-dataframes#1231, we need a way to see if the magics have already been used/registered explicitly with
%load_ext bigquery_magics.Let's add a
is_registeredglobal to https://github.com/googleapis/python-bigquery-magics/blob/main/bigquery_magics/__init__.py that we can check if the magics are already registered from bigframes.