files from other files in your repository.
62
PART 1
Getting Started
Of course, the Sample notebook doesn’t contain anything just yet. Place the cursor
in the cell, type print('Python is really cool!'), and then click the Run button (the
button with the right-pointing arrow on the toolbar). You see the output shown in
Figure 3-10. The output is part of the same cell as the code. (The code resides in a
square box and the output resides outside that square box, but both are within the
cell.) However, Notebook visually separates the output from the code so that you
can tell them apart. Notebook automatically creates a new cell for you.
FIGURE 3-10:
Notebook uses
cells to store
your code.
FIGURE 3-9:
Provide a new
name for your
notebook.