diff --git a/notebooks/scenarios/bigquery/sync/02-configure-api-and-sync.ipynb b/notebooks/scenarios/bigquery/sync/02-configure-api-and-sync.ipynb index 2d66e0d2464..6e5e0f453b5 100644 --- a/notebooks/scenarios/bigquery/sync/02-configure-api-and-sync.ipynb +++ b/notebooks/scenarios/bigquery/sync/02-configure-api-and-sync.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -19,9 +19,17 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "python auto auto\n" + ] + } + ], "source": [ "# stdlib\n", "\n", @@ -33,16 +41,24 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Using Mock API Code, this will query BigQuery. $TEST_BIGQUERY_APIS_LIVE==False\n" + ] + } + ], "source": [ "# isort: off\n", "# stdlib\n", "\n", "# syft absolute\n", "import syft as sy\n", - "import syft as get_helpers # noqa: F401\n", + "from syft import get_helpers # noqa: F401\n", "from syft import test_settings\n", "\n", "# set to use the live APIs\n", @@ -555,8 +571,8 @@ "metadata": {}, "outputs": [], "source": [ - "# widget._share_all()\n", - "# widget._sync_all()" + "#widget._share_all()\n", + "#widget._sync_all()" ] }, { @@ -727,7 +743,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.5" + "version": "3.12.4" } }, "nbformat": 4,