Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
5feb785439 | |||
80d592b6ce | |||
2cf466f5ec | |||
1e7014b9a5 |
@ -1,9 +1,9 @@
|
|||||||
# PythonSampleApp
|
# PythonSampleApp
|
||||||
|
|
||||||
This application shows:
|
This application shows:
|
||||||
|
- basic usage of input files in Python applications
|
||||||
- basic usage of input files in Python applications
|
- basic usage of input files in Python applications
|
||||||
- creating and returning output file in Python application
|
- creating and returning output file in Python application
|
||||||
- declaring Matplotlib dependency
|
|
||||||
|
|
||||||
Contents of the repository:
|
Contents of the repository:
|
||||||
- [appDefinition.json](appDefinition.json) - application definition descriptor
|
- [appDefinition.json](appDefinition.json) - application definition descriptor
|
||||||
|
@ -18,6 +18,6 @@
|
|||||||
"fileName" : "multiplied_numbers_plot.png",
|
"fileName" : "multiplied_numbers_plot.png",
|
||||||
"isReturnedValue" : false
|
"isReturnedValue" : false
|
||||||
} ],
|
} ],
|
||||||
"requiredTools" : [ "python3", "python-numpy", "python-matplotlib" ],
|
"requiredTools" : [ "python3", "python-numpy" ],
|
||||||
"requiredComputationResources" : { }
|
"requiredComputationResources" : { }
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user