palette.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "version": "3.0",
  3. "categories": [
  4. {
  5. "label": "Elyra",
  6. "id": "Elyra",
  7. "node_types": [
  8. {
  9. "op": "execute-notebook-node",
  10. "description": "Run notebook file",
  11. "id": "notebook",
  12. "image": "",
  13. "label": "Notebook",
  14. "type": "execution_node",
  15. "inputs": [
  16. {
  17. "id": "inPort",
  18. "app_data": {
  19. "ui_data": {
  20. "cardinality": {
  21. "min": 0,
  22. "max": -1
  23. },
  24. "label": "Input Port"
  25. }
  26. }
  27. }
  28. ],
  29. "outputs": [
  30. {
  31. "id": "outPort",
  32. "app_data": {
  33. "ui_data": {
  34. "cardinality": {
  35. "min": 0,
  36. "max": -1
  37. },
  38. "label": "Output Port"
  39. }
  40. }
  41. }
  42. ],
  43. "parameters": {},
  44. "app_data": {
  45. "extensions": [".ipynb"],
  46. "parameter_refs": {
  47. "filehandler": "filename"
  48. },
  49. "image": "",
  50. "ui_data": {
  51. "label": "Notebook",
  52. "description": "Run notebook file",
  53. "image": "",
  54. "x_pos": 0,
  55. "y_pos": 0
  56. }
  57. }
  58. },
  59. {
  60. "op": "execute-python-node",
  61. "description": "Run Python script",
  62. "id": "python-script",
  63. "image": "",
  64. "label": "Python Script",
  65. "type": "execution_node",
  66. "inputs": [
  67. {
  68. "id": "inPort",
  69. "app_data": {
  70. "ui_data": {
  71. "cardinality": {
  72. "min": 0,
  73. "max": -1
  74. },
  75. "label": "Input Port"
  76. }
  77. }
  78. }
  79. ],
  80. "outputs": [
  81. {
  82. "id": "outPort",
  83. "app_data": {
  84. "ui_data": {
  85. "cardinality": {
  86. "min": 0,
  87. "max": -1
  88. },
  89. "label": "Output Port"
  90. }
  91. }
  92. }
  93. ],
  94. "parameters": {},
  95. "app_data": {
  96. "extensions": [".py"],
  97. "parameter_refs": {
  98. "filehandler": "filename"
  99. },
  100. "image": "",
  101. "ui_data": {
  102. "label": "Python Script",
  103. "description": "Run Python script",
  104. "image": "",
  105. "x_pos": 0,
  106. "y_pos": 0
  107. }
  108. }
  109. },
  110. {
  111. "op": "execute-r-node",
  112. "description": "Run R script",
  113. "id": "r-script",
  114. "image": "",
  115. "label": "R Script",
  116. "type": "execution_node",
  117. "inputs": [
  118. {
  119. "id": "inPort",
  120. "app_data": {
  121. "ui_data": {
  122. "cardinality": {
  123. "min": 0,
  124. "max": -1
  125. },
  126. "label": "Input Port"
  127. }
  128. }
  129. }
  130. ],
  131. "outputs": [
  132. {
  133. "id": "outPort",
  134. "app_data": {
  135. "ui_data": {
  136. "cardinality": {
  137. "min": 0,
  138. "max": -1
  139. },
  140. "label": "Output Port"
  141. }
  142. }
  143. }
  144. ],
  145. "parameters": {},
  146. "app_data": {
  147. "extensions": [".r"],
  148. "parameter_refs": {
  149. "filehandler": "filename"
  150. },
  151. "image": "",
  152. "ui_data": {
  153. "label": "R Script",
  154. "description": "Run R script",
  155. "image": "",
  156. "x_pos": 0,
  157. "y_pos": 0
  158. }
  159. }
  160. }
  161. ]
  162. }
  163. ]
  164. }