Skip to content

Commit c2a45de

Browse files
committed
scale down images
1 parent e3a2887 commit c2a45de

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

notebooks/getting_started/part1_prerequisites.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
"\n",
9191
"1. Go to https://console.cloud.google.com/, and accept Terms and conditions.\n",
9292
"\n",
93-
"![agree](https://www.dropbox.com/s/d570wqaqt72zzaz/agreed.png?raw=1)\n",
93+
"<img src=\"https://www.dropbox.com/s/d570wqaqt72zzaz/agreed.png?raw=1\" alt=\"agree\" width=\"400\"/>\n",
9494
"\n",
9595
"2. In the upper left corner of the GCP console click \"Select a project\"\n",
9696
"\n",
97-
"![select](https://www.dropbox.com/s/hzty1pgfq6ll7hy/select.png?raw=1)\n",
97+
"<img src=\"https://www.dropbox.com/s/hzty1pgfq6ll7hy/select.png?raw=1\" alt=\"select\" width=\"400\"/>\n",
9898
"\n",
9999
"3. In the project selector click \"Create new project\". If you already have a project, you may be able to reuse it for this tutorial.\n",
100100
"\n",
101-
"![new](https://www.dropbox.com/s/ybhdloqsjnffdb1/new.png?raw=1)\n",
101+
"<img src=\"https://www.dropbox.com/s/ybhdloqsjnffdb1/new.png?raw=1\" alt=\"new\" width=\"400\"/>\n",
102102
"\n",
103103
"4. Open the GCP console menu by clicking the ☰ menu icon in the upper left corner, and select \"Dashboard\". You will see information about your project, including your Project ID. Insert that project ID in the cell below in place of REPLACE_ME_WITH_YOUR_PROJECT_ID. The cell below will also prompt you to give Colab permissions to act on your behalf."
104104
]
@@ -133,19 +133,19 @@
133133
"\n",
134134
"1. Navigate to the BigQuery console: https://console.cloud.google.com/bigquery, and click the `+ ADD DATA` button.\n",
135135
"\n",
136-
"![add data](https://www.dropbox.com/s/cg99cyn1uzigw7s/add_data.png?raw=1)\n",
136+
"<img src=\"https://www.dropbox.com/s/cg99cyn1uzigw7s/add_data.png?raw=1\" alt=\"add data\" width=\"400\"/>\n",
137137
"\n",
138138
"2. Choose \"Star a project\" option from the list.\n",
139139
"\n",
140-
"![star a project](https://www.dropbox.com/s/6688galhthr5vsn/star_a_project.png?raw=1)\n",
140+
"<img src=\"https://www.dropbox.com/s/6688galhthr5vsn/star_a_project.png?raw=1\" alt=\"star a project\" width=\"400\"/>\n",
141141
"\n",
142142
"3. Type `bigqeury-public-data` as the project name and click `STAR` button.\n",
143143
"\n",
144-
"![star](https://www.dropbox.com/s/nzh7aybkre138g1/star.png?raw=1)\n",
144+
"<img src=\"https://www.dropbox.com/s/nzh7aybkre138g1/star.png?raw=1\" alt=\"star\" width=\"400\"/>\n",
145145
"\n",
146146
"In a few moments, `bigquery-public-data` project should appear in the list on the left hand side of the BigQuery console.\n",
147147
"\n",
148-
"![starred](https://www.dropbox.com/s/s2f6vpolbimnyb8/bqpd_added.png?raw=1)"
148+
"<img src=\"https://www.dropbox.com/s/s2f6vpolbimnyb8/bqpd_added.png?raw=1\" alt=\"starred\" width=\"400\"/>"
149149
]
150150
},
151151
{

0 commit comments

Comments
 (0)