Using the Python Editor interactive console
 
 
 

The following assumes the default Python preferences settings are used. The code you enter is colorized based on Python syntax types:

To populate the interactive console:

  1. Click the interactive console.

    Entry lines start at the >>> prompt and feedback lines have no beginning.

  2. Type a statement and then click Enter.

To copy, cut, paste, undo or redo:

To traverse history, do either of the following:

To auto-complete an entry:

Note

You have to have the appropriate class instantiated for the auto-complete to take place.

To adjust the height of the interactive console without resizing the Python Editor window: