Page 118 - Beginning Programming with Pyth - John Paul Mueller
P. 118
The Help ⇒ Keyboard Shortcuts command provides you with a chart listing the various shortcut commands. To enter command mode, you press Esc first and then type whatever is needed to execute a command. For example, Esc ⇒ F displays the Find and Replace dialog box. As part of using keyboard shortcuts, you can choose Help ⇒ Edit Keyboard Shortcuts to display the Edit Command Mode Shortcuts dialog box, shown in Figure 5-6. You use this dialog box to change how Notebook reacts in command mode.
FIGURE 5-6: Modify the command mode shortcuts to meet your specific needs.
The Help menu contains two other user interface-specific help entries.
The first, Notebook Help, offers extensive online help at
http://nbviewer.jupyter.org/github/ipython/ipython/blob/3.x/examples/No
This site contains tutorials and other aids in more effectively using
Notebook to perform useful work. The second, Markdown, takes you to
https://help.github.com/articles/getting-started-with- writing-and-formatting-on-github/, where you discover more about formatting the content of markdown cells.