Page 113 - Beginning Programming with Pyth - John Paul Mueller
P. 113
FIGURE 5-2: Use the Command Palette dialog box to locate commands you need.
To locate the command you need, simply start typing a phrase that you feel defines the command. For example, you might type cell to locate specific cell-related commands. After you find the command you need, you can click it to execute it.
Working with line numbers
Longer listings are hard to work with at times, and when you need to collaborate with others, having a reference can be useful. To display line numbers, choose View ⇒ Toggle Line Numbers. You see line numbers added to all input code cells, as shown in Figure 5-3. Note that the line numbers don’t appear in the output.