Github user purechoc commented on the issue: https://github.com/apache/zeppelin/pull/1587 @Leemoonsoo . thanks to comment. you mean like this? if user add property `zeppelin.livy.kind` = pyspark, "%livy.pyspark" working on `python2`. if user add property `zeppelin.livy.kind` = pyspark3, "%livy.pyspark" working on `python3`. like a set `zeppelin.python` = python or python3 ``pyspark `interpreter` but if user want to `python2 `and `python3 `same time `python` interpreter. user need to create new interperter in the GUI. ``` interperter name = python3 interperter group = python zeppelin.python = python3 %python3 2/3 = 1.5 ``` if live using this approch, user using livy interperter like this. ``` # run python2 %livy.pyspark # run python3 %livy_python3.pyspark ``` add property `zeppelin.livy.kind` and set python version if user want to run. (each time. not same time) is this right?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---