Skip to content

Commit 35bd52f

Browse files
committed
remove project ID
1 parent 05ed796 commit 35bd52f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/collections_demos/nlm_visible_human_project.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
},
280280
{
281281
"cell_type": "code",
282-
"execution_count": 3,
282+
"execution_count": null,
283283
"metadata": {
284284
"id": "0Ypgkc-n9-0d",
285285
"cellView": "form"
@@ -288,7 +288,7 @@
288288
"source": [
289289
"#@title Enter your Project ID\n",
290290
"# initialize this variable with your Google Cloud Project ID!\n",
291-
"my_ProjectID = \"idc-sandbox-000\" #@param {type:\"string\"}\n",
291+
"my_ProjectID = \"\" #@param {type:\"string\"}\n",
292292
"\n",
293293
"import os\n",
294294
"os.environ[\"GCP_PROJECT_ID\"] = my_ProjectID\n",
@@ -629,7 +629,7 @@
629629
},
630630
{
631631
"cell_type": "code",
632-
"execution_count": 7,
632+
"execution_count": null,
633633
"metadata": {
634634
"colab": {
635635
"base_uri": "https://localhost:8080/",

0 commit comments

Comments
 (0)