Python
File list
The python file list displays every python file saved in your SPACE server. You can create a file by clicking on the "New file". Clicking on a file allows you to edit it.
Python editor
The python editor allows you to write and execute python code. It has syntax highlighting and code completion.
Python.cfg
The python.cfg file allows you to set environment variables. The python.cfg editor can be opened by clicking on the python.cfg at the top of the
Running scripts
Scripts can be executed by clicking on the "Save & Run" button at the top right of the editor. You will then be shown a window with the output of your script.
You can also click on the "Run with arguments" button to run your python script with environment variables.