Skip to content

Commit 1a15e6b

Browse files
committed
minor updates to simplify project entry and fix typos
1 parent 3d04815 commit 1a15e6b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

notebooks/clinical_data_intro.ipynb

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/clinical_data_intro.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/clinical_data_intro.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1111
]
1212
},
1313
{
@@ -50,12 +50,14 @@
5050
"cell_type": "code",
5151
"execution_count": null,
5252
"metadata": {
53-
"id": "RJ-UxuUeQsuy"
53+
"id": "RJ-UxuUeQsuy",
54+
"cellView": "form"
5455
},
5556
"outputs": [],
5657
"source": [
58+
"#@title Enter your Project ID\n",
5759
"# initialize this variable with your Google Cloud Project ID!\n",
58-
"my_ProjectID = \"REPLACE_ME_WITH_YOUR_PROJECT_ID\"\n",
60+
"my_ProjectID = \"\" #@param {type:\"string\"}\n",
5961
"\n",
6062
"import os\n",
6163
"os.environ[\"GCP_PROJECT_ID\"] = my_ProjectID\n",
@@ -74,7 +76,7 @@
7476
},
7577
{
7678
"cell_type": "code",
77-
"execution_count": 3,
79+
"execution_count": null,
7880
"metadata": {
7981
"id": "o8WdiIiBQwav"
8082
},
@@ -179,7 +181,7 @@
179181
},
180182
{
181183
"cell_type": "code",
182-
"execution_count": 5,
184+
"execution_count": null,
183185
"metadata": {
184186
"id": "4bERb4Qxk9EK"
185187
},
@@ -449,7 +451,7 @@
449451
},
450452
"outputs": [],
451453
"source": [
452-
"%%bigquery acrin_6698_viwable --project=$my_ProjectID \n",
454+
"%%bigquery acrin_6698_viewable --project=$my_ProjectID \n",
453455
"\n",
454456
"SELECT\n",
455457
" ANY_VALUE(PatientID) AS PatientID,\n",
@@ -477,7 +479,7 @@
477479
},
478480
"outputs": [],
479481
"source": [
480-
"acrin_6698_viwable"
482+
"acrin_6698_viewable"
481483
]
482484
},
483485
{
@@ -715,7 +717,7 @@
715717
},
716718
{
717719
"cell_type": "code",
718-
"execution_count": 34,
720+
"execution_count": null,
719721
"metadata": {
720722
"id": "d8k3apaS-gfs"
721723
},

0 commit comments

Comments
 (0)