update interpreter-setting.json

This commit is contained in:
astroshim 2017-03-09 02:26:07 +09:00
parent a50179e54f
commit 3c9585fe2a

View file

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