Skip to content

Commit 881afa3

Browse files
In beginner quickstart, explain how to run individual code cells.
PiperOrigin-RevId: 497048651
1 parent f1e668f commit 881afa3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

site/en/tutorials/quickstart/beginner.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@
8585
"This tutorial is a [Google Colaboratory](https://colab.research.google.com/notebooks/welcome.ipynb) notebook. Python programs are run directly in the browser—a great way to learn and use TensorFlow. To follow this tutorial, run the notebook in Google Colab by clicking the button at the top of this page.\n",
8686
"\n",
8787
"1. In Colab, connect to a Python runtime: At the top-right of the menu bar, select *CONNECT*.\n",
88-
"2. Run all the notebook code cells: Select *Runtime* > *Run all*."
88+
"2. To run all the code in the notebook, select **Runtime** > **Run all**. To run the code cells one at a time, hover over each cell and select the **Run cell** icon.\n",
89+
"\n",
90+
"![Run cell icon](images/beginner/run_cell_icon.png)"
8991
]
9092
},
9193
{
@@ -382,9 +384,6 @@
382384
],
383385
"metadata": {
384386
"colab": {
385-
"collapsed_sections": [
386-
"rX8mhOLljYeM"
387-
],
388387
"name": "beginner.ipynb",
389388
"toc_visible": true
390389
},
11.2 KB
Loading

0 commit comments

Comments
 (0)