Skip to content

Commit

Permalink
update interpreter-setting.json
Browse files Browse the repository at this point in the history
  • Loading branch information
astroshim committed Mar 8, 2017
1 parent a50179e commit 3c9585f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/src/main/resources/interpreter-setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@
"language": "python",
"editOnDblClick": false
}
},
{
"group": "python",
"name": "conda",
"className": "org.apache.zeppelin.python.PythonCondaInterpreter",
"properties": {
},
"editor":{
"language": "sh",
"editOnDblClick": false
}
]

0 comments on commit 3c9585f

Please sign in to comment.