Skip to content

Commit f5288cd

Browse files
committed
add project ID entry form
1 parent 7f708ea commit f5288cd

File tree

1 file changed

+19
-34
lines changed

1 file changed

+19
-34
lines changed

notebooks/getting_started/part2_searching_basics.ipynb

Lines changed: 19 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
{
44
"cell_type": "markdown",
55
"metadata": {
6-
"colab_type": "text",
7-
"id": "view-in-github"
6+
"id": "view-in-github",
7+
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/getting_started/part2_searching_basics.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
10+
"<a href=\"https://colab.research.google.com/github/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/getting_started/part2_searching_basics.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1111
]
1212
},
1313
{
@@ -63,14 +63,15 @@
6363
},
6464
{
6565
"cell_type": "code",
66-
"execution_count": 2,
66+
"execution_count": null,
6767
"metadata": {
6868
"id": "bDGChJBK9ooq"
6969
},
7070
"outputs": [],
7171
"source": [
72+
"#@title Enter your Project ID\n",
7273
"# initialize this variable with your Google Cloud Project ID!\n",
73-
"my_ProjectID = \"REPLACE_ME_WITH_YOUR_PROJECT_ID\"\n",
74+
"my_ProjectID = \"\" #@param {type:\"string\"}\n",
7475
"\n",
7576
"import os\n",
7677
"os.environ[\"GCP_PROJECT_ID\"] = my_ProjectID\n",
@@ -152,7 +153,9 @@
152153
},
153154
{
154155
"cell_type": "markdown",
155-
"metadata": {},
156+
"metadata": {
157+
"id": "Qke1owafZiyp"
158+
},
156159
"source": [
157160
"## Organization of IDC metadata in BigQuery tables\n",
158161
"\n",
@@ -288,12 +291,7 @@
288291
"cell_type": "code",
289292
"execution_count": null,
290293
"metadata": {
291-
"colab": {
292-
"base_uri": "https://localhost:8080/",
293-
"height": 424
294-
},
295-
"id": "8JLNMCp6XUqX",
296-
"outputId": "66ca4d71-102f-4e73-f4e2-a19ab41702ca"
294+
"id": "8JLNMCp6XUqX"
297295
},
298296
"outputs": [],
299297
"source": [
@@ -407,12 +405,7 @@
407405
"cell_type": "code",
408406
"execution_count": null,
409407
"metadata": {
410-
"colab": {
411-
"base_uri": "https://localhost:8080/",
412-
"height": 81
413-
},
414-
"id": "5_Z8vRoyRcl6",
415-
"outputId": "f47e0481-8f94-40af-fd29-811315cf0d31"
408+
"id": "5_Z8vRoyRcl6"
416409
},
417410
"outputs": [],
418411
"source": [
@@ -507,12 +500,7 @@
507500
"cell_type": "code",
508501
"execution_count": null,
509502
"metadata": {
510-
"colab": {
511-
"base_uri": "https://localhost:8080/",
512-
"height": 81
513-
},
514-
"id": "RAbOS0x9dfOe",
515-
"outputId": "6c9e7431-9d73-4c27-d784-1be7fbd29e74"
503+
"id": "RAbOS0x9dfOe"
516504
},
517505
"outputs": [],
518506
"source": [
@@ -569,12 +557,7 @@
569557
"cell_type": "code",
570558
"execution_count": null,
571559
"metadata": {
572-
"colab": {
573-
"base_uri": "https://localhost:8080/",
574-
"height": 142
575-
},
576-
"id": "Dc_6GR1DfiZc",
577-
"outputId": "b006a75b-2f56-4454-aaa1-e58de5294c0f"
560+
"id": "Dc_6GR1DfiZc"
578561
},
579562
"outputs": [],
580563
"source": [
@@ -731,7 +714,9 @@
731714
},
732715
{
733716
"cell_type": "markdown",
734-
"metadata": {},
717+
"metadata": {
718+
"id": "WZKDEsriZiyu"
719+
},
735720
"source": [
736721
"## Support\n",
737722
"\n",
@@ -756,9 +741,9 @@
756741
],
757742
"metadata": {
758743
"colab": {
759-
"include_colab_link": true,
760744
"provenance": [],
761-
"toc_visible": true
745+
"toc_visible": true,
746+
"include_colab_link": true
762747
},
763748
"gpuClass": "standard",
764749
"kernelspec": {
@@ -772,4 +757,4 @@
772757
},
773758
"nbformat": 4,
774759
"nbformat_minor": 0
775-
}
760+
}

0 commit comments

Comments
 (0)