fix interpreter-setting

This commit is contained in:
astroshim 2017-03-08 17:10:32 +09:00
parent f17bff4575
commit 5ae5120615

View file

@ -21,38 +21,5 @@
"language": "python",
"editOnDblClick": false
}
},
{
"group": "python",
"name": "sql",
"className": "org.apache.zeppelin.python.PythonInterpreterPandasSql",
"properties": {
},
"editor":{
"language": "sql",
"editOnDblClick": false
}
},
{
"group": "python",
"name": "conda",
"className": "org.apache.zeppelin.python.PythonCondaInterpreter",
"properties": {
},
"editor":{
"language": "sh",
"editOnDblClick": false
}
},
{
"group": "python",
"name": "docker",
"className": "org.apache.zeppelin.python.PythonDockerInterpreter",
"properties": {
},
"editor":{
"language": "sh",
"editOnDblClick": false
}
}
]