Skip to content

Commit 8639d23

Browse files
committed
Remove project id
1 parent a1d8d93 commit 8639d23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

notebooks/IDC_segmentation_primer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"outputs": [],
107107
"source": [
108108
"# initialize this variable with your Google Cloud Project ID!\n",
109-
"my_ProjectID = \"idc-itkwidgets\"\n",
109+
"my_ProjectID = \"REPLACE_ME_WITH_YOUR_PROJECT_ID\"\n",
110110
"\n",
111111
"import os\n",
112112
"os.environ[\"GCP_PROJECT_ID\"] = my_ProjectID"

notebooks/getting_started/part3_exploring_cohorts.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"source": [
6464
"#@title Enter your Project ID\n",
6565
"# initialize this variable with your Google Cloud Project ID!\n",
66-
"my_ProjectID = \"idc-itkwidgets\" #@param {type:\"string\"}\n",
66+
"my_ProjectID = \"\" #@param {type:\"string\"}\n",
6767
"\n",
6868
"import os\n",
6969
"os.environ[\"GCP_PROJECT_ID\"] = my_ProjectID\n",

0 commit comments

Comments
 (0)