Python Ribbon Tab
Context-sensitive tab — appears when the Python context is active.
Commands available on the Python ribbon tab, grouped by panel.
Save
Save Script
Tooltip: Save the script
Save the current Python script to its file.
Display
Increase Size
Increase Font Size
Decrease Size
Decrease Font Size
Font
Tooltip: Choose editor font
Open the font dialog to change the Python script editor's font.
Run
Run
Tooltip: Run the Python script
Run the active Python script in the embedded Python interpreter.
Python Output
Tooltip: Open the Python Console
Opens a console window that shows the real-time output from the Python script.
Dropdown items:
- Clear Console — Clear the Python Console
Command Prompt
Tooltip: Open a windows command prompt
Open a command prompt to run additional commands such as pip install