mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix interpreter-setting error
This commit is contained in:
parent
a48df58c6a
commit
574bd2166b
1 changed files with 2 additions and 1 deletions
|
|
@ -28,8 +28,9 @@
|
|||
"className": "org.apache.zeppelin.python.PythonCondaInterpreter",
|
||||
"properties": {
|
||||
},
|
||||
"editor":{
|
||||
"editor": {
|
||||
"language": "sh",
|
||||
"editOnDblClick": false
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue