January 2020
Intermediate to advanced
280 pages
9h 22m
English
You can run the code in one of your notebook cells, or you can run the code in more than one of the cells. To run the code
in one cell, click the cell to select it, and then press
. When you do so, you’ll see an asterisk (*) appear to left of the cell. This means that the code in the cell is running.
When the asterisk is replaced by a number, the code has finished running. (The number shows how many cells have run since
you opened the notebook.)
To run the code in more than one cell (or for the entire notebook), click Cell in the toolbar at the top of the Jupyter notebook, then click Run All.
That’s it. You’re now ready ...