mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add PythonDockerInterpreter to group
This commit is contained in:
parent
c4e7fabf08
commit
8732f877af
1 changed files with 12 additions and 0 deletions
|
|
@ -43,5 +43,17 @@
|
|||
"language": "sh",
|
||||
"editOnDblClick": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "python",
|
||||
"name": "docker",
|
||||
"className": "org.apache.zeppelin.python.PythonDockerInterpreter",
|
||||
"properties": {
|
||||
},
|
||||
"editor":{
|
||||
"language": "sh",
|
||||
"editOnDblClick": false
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue