| [ |
| { |
| "group": "kotlin", |
| "name": "kotlin", |
| "className": "org.apache.zeppelin.kotlin.KotlinInterpreter", |
| "defaultInterpreter": true, |
| "properties": { |
| "zeppelin.kotlin.maxResult": { |
| "envName": null, |
| "propertyName": "zeppelin.kotlin.maxResult", |
| "defaultValue": "1000", |
| "description": "Max number of dataframe rows to display.", |
| "type": "number" |
| }, |
| "zeppelin.kotlin.shortenTypes": { |
| "envName": null, |
| "propertyName": "zeppelin.kotlin.shortenTypes", |
| "defaultValue": true, |
| "description": "Show short types instead of full, e.g. List<String> or kotlin.collections.List<kotlin.String>", |
| "type": "checkbox" |
| } |
| }, |
| "editor": { |
| "language": "kotlin", |
| "editOnDblClick": false |
| } |
| } |
| ] |