envName": "PYSPARK_PYTHON",
>
> "propertyName": null,
>
> "defaultValue": "python3.6",
>
> "description": "Python3.6 command to run pyspark with",
>
> "type": "string&qu
g"
},
"zeppelin.pyspark.useIPython": {
"envName": null,
"propertyName": "zeppelin.pyspark.useIPython",
"defaultValue": true,
"description": "whether use IPython when it is available&
2 Approaches:
1. create 2 spark interpreters, one with python2 and another with python3
2. use generic configuration interpreter.
https://medium.com/@zjffdu/zeppelin-0-8-0-new-features-ea53e8810235
Manuel Sopena Ballesteros 于2019年8月12日周一 下午3:41写道:
>
>
> Dear Zeppelin community,
>
>
>
> I have