You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/getting_started/part1_prerequisites.ipynb
+44-18Lines changed: 44 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
{
4
4
"cell_type": "markdown",
5
5
"metadata": {
6
-
"colab_type": "text",
7
-
"id": "view-in-github"
6
+
"id": "view-in-github",
7
+
"colab_type": "text"
8
8
},
9
9
"source": [
10
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>"
@@ -31,7 +31,9 @@
31
31
},
32
32
{
33
33
"cell_type": "markdown",
34
-
"metadata": {},
34
+
"metadata": {
35
+
"id": "r9udGNfCodXM"
36
+
},
35
37
"source": [
36
38
"## What is IDC?\n",
37
39
"\n",
@@ -40,7 +42,9 @@
40
42
},
41
43
{
42
44
"cell_type": "markdown",
43
-
"metadata": {},
45
+
"metadata": {
46
+
"id": "EEp3BOZCodXM"
47
+
},
44
48
"source": [
45
49
"## What is \"IDC collection\"?\n",
46
50
"\n",
@@ -49,7 +53,9 @@
49
53
},
50
54
{
51
55
"cell_type": "markdown",
52
-
"metadata": {},
56
+
"metadata": {
57
+
"id": "s9aAvHBaodXN"
58
+
},
53
59
"source": [
54
60
"## Why Google Cloud Platform (GCP)?\n",
55
61
"\n",
@@ -60,7 +66,9 @@
60
66
},
61
67
{
62
68
"cell_type": "markdown",
63
-
"metadata": {},
69
+
"metadata": {
70
+
"id": "DJkpgDZoodXN"
71
+
},
64
72
"source": [
65
73
"## GCP is not a free service - do I need to pay to use IDC?\n",
66
74
"\n",
@@ -73,7 +81,9 @@
73
81
},
74
82
{
75
83
"cell_type": "markdown",
76
-
"metadata": {},
84
+
"metadata": {
85
+
"id": "bF4n45wRodXO"
86
+
},
77
87
"source": [
78
88
"## What do I need to get started?\n",
79
89
"\n",
@@ -84,10 +94,14 @@
84
94
},
85
95
{
86
96
"cell_type": "markdown",
87
-
"metadata": {},
97
+
"metadata": {
98
+
"id": "PPIHDykYodXO"
99
+
},
88
100
"source": [
89
101
"# Activate GCP for your account and create a GCP project\n",
90
102
"\n",
103
+
"You do not need any special permissions or credits to create a project and use it in the subsequent parts of this tutorial series. You will **not** need cloud credits or a credit card to search or download IDC data! Please follow the steps below to create a project.\n",
104
+
"\n",
91
105
"1. Go to https://console.cloud.google.com/, and accept Terms and conditions.\n",
"## Locate and add `bigquery-public-data` project\n",
131
148
"\n",
@@ -150,7 +167,9 @@
150
167
},
151
168
{
152
169
"cell_type": "markdown",
153
-
"metadata": {},
170
+
"metadata": {
171
+
"id": "-hM3oLGFodXQ"
172
+
},
154
173
"source": [
155
174
"## Check the setup\n",
156
175
"\n",
@@ -163,7 +182,8 @@
163
182
"metadata": {
164
183
"vscode": {
165
184
"languageId": "plaintext"
166
-
}
185
+
},
186
+
"id": "Ab9RyG2EodXR"
167
187
},
168
188
"outputs": [],
169
189
"source": [
@@ -175,14 +195,18 @@
175
195
},
176
196
{
177
197
"cell_type": "markdown",
178
-
"metadata": {},
198
+
"metadata": {
199
+
"id": "nxsmxh0WodXR"
200
+
},
179
201
"source": [
180
202
"If the cell above completed without errors, you completed the prerequisites and can proceed to the next tutorial in the series, keeping the project ID handy - you will need it."
0 commit comments