File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 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 {
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 " ,
7476 },
7577 {
7678 "cell_type" : " code" ,
77- "execution_count" : 3 ,
79+ "execution_count" : null ,
7880 "metadata" : {
7981 "id" : " o8WdiIiBQwav"
8082 },
179181 },
180182 {
181183 "cell_type" : " code" ,
182- "execution_count" : 5 ,
184+ "execution_count" : null ,
183185 "metadata" : {
184186 "id" : " 4bERb4Qxk9EK"
185187 },
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 " ,
477479 },
478480 "outputs" : [],
479481 "source" : [
480- " acrin_6698_viwable "
482+ " acrin_6698_viewable "
481483 ]
482484 },
483485 {
715717 },
716718 {
717719 "cell_type" : " code" ,
718- "execution_count" : 34 ,
720+ "execution_count" : null ,
719721 "metadata" : {
720722 "id" : " d8k3apaS-gfs"
721723 },
You can’t perform that action at this time.
0 commit comments