diff --git a/content/GCP/01_intro_to_cloud_console.ipynb b/content/GCP/01_intro_to_cloud_console.ipynb index d3df3ab..d7a5d60 100644 --- a/content/GCP/01_intro_to_cloud_console.ipynb +++ b/content/GCP/01_intro_to_cloud_console.ipynb @@ -12,9 +12,9 @@ "```{admonition} Overview\n", ":class: tip\n", "\n", - "**Teaching:**\n", + "**Teaching:** 10 min.\n", "\n", - "**Exercises:**\n", + "**Exercises:** 6 min.\n", "\n", "**Questions:**\n", "* How do I find things in the web console?\n", @@ -64,19 +64,20 @@ "tags": [] }, "source": [ - "### Exercise\n", + "```{admonition} Exercise\n", "\n", "Take a few moments to ask yourself the following questions:\n", " * What account are you currently using in the Google Cloud web console?\n", " * Are you logged into any other accounts?\n", " * How do you know which account is being used?\n", " \n", - " If you are not currently using the correct account, switch to it." + " If you are not currently using the correct account, switch to it.\n", + "```" ] }, { "cell_type": "markdown", - "id": "ef4c1470", + "id": "847149e2-bce0-4377-b9fc-ae88d8ba41e8", "metadata": {}, "source": [ "## Projects\n", @@ -95,9 +96,15 @@ "A Project, just like the word, should be associated with a real world project (for example a research effort or grant, lab, or your Ph.D. Project. etc). For Drew, this is the image processing project. In this way it is easier to track and allocate costs and to manage permissions and access for resources within the project.\n", "\n", "The active project is also shown next to the project icon (three hexagons) and clicking it brings up the project selection dialog. The current project has a check mark and the active project can be changed by clicking on the project name or double clicking the row.\n", - " ![select-project](img/select-project.png) \n", - "\n", - "### Exercise\n", + " ![select-project](img/select-project.png) " + ] + }, + { + "cell_type": "markdown", + "id": "45e76bfd-9392-4905-b554-f0a0ad815274", + "metadata": {}, + "source": [ + "```{admonition} Exercise\n", "\n", "Take a few moments to ask yourself the following questions:\n", " * What is the *name* of the Project you are currently using in the Google Cloud Platform web console?\n", @@ -106,12 +113,13 @@ " * Do you have multiple projects?\n", " * How do you know which project you are currently using?\n", "\n", - "If you are currently not using the correct project for this lesson, switch to the correct one." + "If you are currently not using the correct project for this lesson, switch to the correct one.\n", + "```" ] }, { "cell_type": "markdown", - "id": "294a3fa0-7a55-4547-af19-4ef542b8dae7", + "id": "a43bd3bd-2d12-4d24-a59e-707e389b9cd0", "metadata": { "tags": [] }, @@ -128,14 +136,23 @@ " * You can pin frequently used items on the top of this page by clicking on the pin icon. \n", " * Click the hamburger again to hide the Left Sidebar.\n", "\n", - "All the different products and services are the \"What\" of the cloud. We will start with compute, called *Google Compute Engine* in the next Episode. \n", - "\n", - "### Exercise \n", + "All the different products and services are the \"What\" of the cloud. We will start with compute, called *Google Compute Engine* in the next Episode. " + ] + }, + { + "cell_type": "markdown", + "id": "4da0bd01-47f7-40bd-a929-985f63bb1810", + "metadata": { + "tags": [] + }, + "source": [ + "```{admonition} Exercise\n", "\n", "Take a few moments to navigate a few key services.\n", " * Navigate to the \"Compute Engine\" service under the \"Compute\" product group.\n", " * You will probably need to \"Enable\" this service first by clicking on the \"Enable\" button on the \"Compute Engine API\" page. This will only need to be done once per project.\n", - " * Navigate to \"Cloud Storage\" under the \"Storage\" product group and enable the service if necessary." + " * Navigate to \"Cloud Storage\" under the \"Storage\" product group and enable the service if necessary.\n", + "```" ] }, { @@ -201,12 +218,23 @@ "tags": [] }, "source": [ - "## Exercise\n", + "```{admonition} Exercise\n", "\n", "Before we move on, do the following:\n", "* Double check that you are in the correct account and project that you will be using for this lesson.\n", - "* Take a moment to reflect on the \"Who, What, and Where\" of the cloud. Why is this important?\n" + "* Take a moment to reflect on the \"Who, What, and Where\" of the cloud. \n", + " * What is your Who, What, and Where?\n", + " * Why is this important?\n", + "```" ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "530f7a45-5708-4213-b120-71c6328f7026", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {