add PythonDockerInterpreter to group

This commit is contained in:
astroshim 2016-11-30 15:06:03 +09:00
parent c4e7fabf08
commit 8732f877af

View file

@ -43,5 +43,17 @@
"language": "sh",
"editOnDblClick": false
}
},
{
"group": "python",
"name": "docker",
"className": "org.apache.zeppelin.python.PythonDockerInterpreter",
"properties": {
},
"editor":{
"language": "sh",
"editOnDblClick": false
}
}
]
]