Page 265 - Beginning Programming with Pyth - John Paul Mueller
P. 265
such as Windows, may require an elevation in privileges to run Pydoc.
Normally, the server automatically opens a new browser window for you, as shown in Figure 11-20. This window contains links to the various packages that are contained on your system, including any custom packages you create and include in the Python path. To see information about any package, you can simply click its link.
FIGURE 11-20: Your browser displays a number of links that appear as part of the Index page.
The Anaconda Prompt provides you with two commands to control the server. You simply type the letter associated with the command and press Enter to activate it. Here are the two commands:
b: Starts a new copy of the default browser with the index page loaded. q: Stops the server.