Skip to content

Commit

Permalink
add PythonDockerInterpreter to interpreter-setting.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Leemoonsoo committed Mar 17, 2017
1 parent a76b0d8 commit e511ebe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python/src/main/resources/interpreter-setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,16 @@
"language": "sh",
"editOnDblClick": false
}
},
{
"group": "python",
"name": "docker",
"className": "org.apache.zeppelin.python.PythonDockerInterpreter",
"properties": {
},
"editor":{
"language": "sh",
"editOnDblClick": false
}
}
]

0 comments on commit e511ebe

Please sign in to comment.