Python Application demonstrating: 1) configuration of Python environment, 2) use of input files and parameters, 3) returning output file
Go to file
2025-05-20 21:39:43 +02:00
appDefinition.json Add appDefinition.json 2025-05-19 17:29:11 +02:00
environment.yml Update environment.yml 2025-05-20 21:39:43 +02:00
README.md Update README.md 2025-05-20 12:21:12 +02:00
sample_app.py Update sample_app.py 2025-05-20 12:18:10 +02:00

PythonSampleAppEnv

This application shows:

  • usage of environment configuration in Python (delcaring Matplotlib dependency)
  • basic usage of input files in Python applications
  • creating and returning output file in Python application

Contents of the repository:

Check the https://docs.cyfronet.pl/display/ISDOC/Examples documentation to learn how to use this example