Skip to content

Commit

Permalink
fix import nb2
Browse files Browse the repository at this point in the history
Co-authored-by: Sameer Wagh <[email protected]>
  • Loading branch information
BrendanSchell and snwagh committed Sep 12, 2024
1 parent e0d1f33 commit 05e97d9
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions notebooks/scenarios/bigquery/sync/02-configure-api-and-sync.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -555,8 +571,8 @@
"metadata": {},
"outputs": [],
"source": [
"# widget._share_all()\n",
"# widget._sync_all()"
"#widget._share_all()\n",
"#widget._sync_all()"
]
},
{
Expand Down Expand Up @@ -727,7 +743,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 05e97d9

Please sign in to comment.