Basic Python IDE Features
The layout and the features are continuously improving.
Last updated
The layout and the features are continuously improving.
Last updated
Make sure that you have enabled the Python Programming Panel
python file list : list of the python files
code area: the python code can be edited and viewed there
The admins can write comments inside python comment block such as '''description in the comment block'''
will be displayed to the users, who do not have the admin right to read the code in the code area.
output area: the output is there
new icon: create a new python file
delete icon: delete the python file
save icon: delete the python code
save as icon: delete the python code as new file
run icon: run the python code
pip install area: install the packages by entering the package names divided using a "," for example: xplain, panda, streamlit
options: multiple options can be set in the input field "Options", separated by spaces. Options syntax: --<option_name>=option_value
collapse icon: collapse the IDE
If the server side python is enabled, and user has admin role, the Python IDE has one extra serverside checkbox to allow running current python code to run the python environment which is installed on the server side. By default, this checkbox does not appear, instead the pyodide webassembly is used. This checkbox is only visible if user has admin role and backend is started with application property xplain.serverside.python=true.
python file list : list of the python files
code area: the python code can be edited and viewed there
The admins can write comments inside python comment block such as '''description in the comment block'''
will be displayed to the users, who do not have the admin right to read the code in the code area.
output area: the output is there
run icon: run the python code
pip install area: install area are automatically filled for the user. Install the packages by entering the package names divided using a "," for example: xplain, panda, streamlit
options: options are set automatically for the user. Multiple options can be set in the input field "Options", separated by spaces. Options syntax: --<option_name>=option_value
collapse icon: collapse the IDE