Skip to content

Commit 3d04815

Browse files
committed
add project ID entry field
1 parent f5288cd commit 3d04815

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

notebooks/getting_started/part1_prerequisites.ipynb

Lines changed: 3 additions & 2 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/getting_started/part1_prerequisites.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/part1_prerequisites.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1111
]
1212
},
1313
{
@@ -128,8 +128,9 @@
128128
},
129129
"outputs": [],
130130
"source": [
131+
"#@title Enter your Project ID\n",
131132
"# initialize this variable with your Google Cloud Project ID!\n",
132-
"my_ProjectID = \"REPLACE_ME_WITH_YOUR_PROJECT_ID\"\n",
133+
"my_ProjectID = \"\" #@param {type:\"string\"}\n",
133134
"\n",
134135
"import os\n",
135136
"os.environ[\"GCP_PROJECT_ID\"] = my_ProjectID\n",

0 commit comments

Comments
 (0)