Skip to content

Commit 61abd09

Browse files
committed
add clarification re project
1 parent 9a0e4bd commit 61abd09

1 file changed

Lines changed: 44 additions & 18 deletions

File tree

notebooks/getting_started/part1_prerequisites.ipynb

Lines changed: 44 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"cell_type": "markdown",
55
"metadata": {
6-
"colab_type": "text",
7-
"id": "view-in-github"
6+
"id": "view-in-github",
7+
"colab_type": "text"
88
},
99
"source": [
1010
"<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 @@
3131
},
3232
{
3333
"cell_type": "markdown",
34-
"metadata": {},
34+
"metadata": {
35+
"id": "r9udGNfCodXM"
36+
},
3537
"source": [
3638
"## What is IDC?\n",
3739
"\n",
@@ -40,7 +42,9 @@
4042
},
4143
{
4244
"cell_type": "markdown",
43-
"metadata": {},
45+
"metadata": {
46+
"id": "EEp3BOZCodXM"
47+
},
4448
"source": [
4549
"## What is \"IDC collection\"?\n",
4650
"\n",
@@ -49,7 +53,9 @@
4953
},
5054
{
5155
"cell_type": "markdown",
52-
"metadata": {},
56+
"metadata": {
57+
"id": "s9aAvHBaodXN"
58+
},
5359
"source": [
5460
"## Why Google Cloud Platform (GCP)?\n",
5561
"\n",
@@ -60,7 +66,9 @@
6066
},
6167
{
6268
"cell_type": "markdown",
63-
"metadata": {},
69+
"metadata": {
70+
"id": "DJkpgDZoodXN"
71+
},
6472
"source": [
6573
"## GCP is not a free service - do I need to pay to use IDC?\n",
6674
"\n",
@@ -73,7 +81,9 @@
7381
},
7482
{
7583
"cell_type": "markdown",
76-
"metadata": {},
84+
"metadata": {
85+
"id": "bF4n45wRodXO"
86+
},
7787
"source": [
7888
"## What do I need to get started?\n",
7989
"\n",
@@ -84,10 +94,14 @@
8494
},
8595
{
8696
"cell_type": "markdown",
87-
"metadata": {},
97+
"metadata": {
98+
"id": "PPIHDykYodXO"
99+
},
88100
"source": [
89101
"# Activate GCP for your account and create a GCP project\n",
90102
"\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",
91105
"1. Go to https://console.cloud.google.com/, and accept Terms and conditions.\n",
92106
"\n",
93107
"<img src=\"https://www.dropbox.com/s/d570wqaqt72zzaz/agreed.png?raw=1\" alt=\"agree\" width=\"400\"/>\n",
@@ -109,7 +123,8 @@
109123
"metadata": {
110124
"vscode": {
111125
"languageId": "plaintext"
112-
}
126+
},
127+
"id": "SJ29fuYyodXP"
113128
},
114129
"outputs": [],
115130
"source": [
@@ -125,7 +140,9 @@
125140
},
126141
{
127142
"cell_type": "markdown",
128-
"metadata": {},
143+
"metadata": {
144+
"id": "Ty5tneoqodXQ"
145+
},
129146
"source": [
130147
"## Locate and add `bigquery-public-data` project\n",
131148
"\n",
@@ -150,7 +167,9 @@
150167
},
151168
{
152169
"cell_type": "markdown",
153-
"metadata": {},
170+
"metadata": {
171+
"id": "-hM3oLGFodXQ"
172+
},
154173
"source": [
155174
"## Check the setup\n",
156175
"\n",
@@ -163,7 +182,8 @@
163182
"metadata": {
164183
"vscode": {
165184
"languageId": "plaintext"
166-
}
185+
},
186+
"id": "Ab9RyG2EodXR"
167187
},
168188
"outputs": [],
169189
"source": [
@@ -175,14 +195,18 @@
175195
},
176196
{
177197
"cell_type": "markdown",
178-
"metadata": {},
198+
"metadata": {
199+
"id": "nxsmxh0WodXR"
200+
},
179201
"source": [
180202
"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."
181203
]
182204
},
183205
{
184206
"cell_type": "markdown",
185-
"metadata": {},
207+
"metadata": {
208+
"id": "zCabXb6kodXR"
209+
},
186210
"source": [
187211
"## Support\n",
188212
"\n",
@@ -191,7 +215,9 @@
191215
},
192216
{
193217
"cell_type": "markdown",
194-
"metadata": {},
218+
"metadata": {
219+
"id": "us4PODapodXR"
220+
},
195221
"source": [
196222
"## Acknowledgments\n",
197223
"\n",
@@ -205,8 +231,8 @@
205231
],
206232
"metadata": {
207233
"colab": {
208-
"include_colab_link": true,
209-
"provenance": []
234+
"provenance": [],
235+
"include_colab_link": true
210236
},
211237
"gpuClass": "standard",
212238
"kernelspec": {
@@ -220,4 +246,4 @@
220246
},
221247
"nbformat": 4,
222248
"nbformat_minor": 0
223-
}
249+
}

0 commit comments

Comments
 (0)