Ctrl+Alt+S

Use this page to define console options that are common for both Python and Django consoles.
In this section:
Console common options
Item | Description |
---|
Show separator lines | If this check box is selected, the input and output panes of the console are visually separated from each other with a thin line. |
Always show debug console | If this check box is selected, the debug console will be shown by default in the Debug view. |
Use IPython if available | Wnen the check box is selected (by default): If IPython is installed, then IPython console will be launched.
If the check box is not selected, then, even with the installed IPython, a Python console will be launched. |
See Also
Language and Framework-Specific Guidelines:
Web Resources: