[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2578 @zjffdu I created one. Thanks. - https://issues.apache.org/jira/browse/ZEPPELIN-2923 ---

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2578 Checked that `conda list` works beautifully. But I am getting this ipython related message when activate a new env. Can we remove this message which is not related to conda at all.

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2578 LGTM. ---

[jira] [Created] (ZEPPELIN-2923) ipython related message is displayed when enabling a conda env

2017-09-10 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2923: --- Summary: ipython related message is displayed when enabling a conda env Key: ZEPPELIN-2923 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2923 Project: Zeppelin

[GitHub] zeppelin issue #2579: Zeppelin-2922 Allow removing last paragrap

2017-09-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2579 @malayhm Hi, Thanks for the contribution. I just read the JIRA issue and have a question. Could you elaborate the situation when > sometimes user want to delete the last empty

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2578 @1ambda This is due to IPythonInterpreter, could create a ticket ? I will fix it in another PR. ---

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2574 @cloverhearts Just to clarify my concern. Here's what I see when I use conda outside of zeppelin. Step 1. Create enviroment `env_1` using conda, and install pandas Step 2. Set

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2574 @cloverhearts I have few questions. What happens when we want to implement `PythonPyenvInterpreter` which is similar to `PythonCondaInterpreter`? - In that case, we have to add

[GitHub] zeppelin pull request #2578: [ZEPPELIN-2921] does not work conda environment...

2017-09-10 Thread cloverhearts
GitHub user cloverhearts opened a pull request: https://github.com/apache/zeppelin/pull/2578 [ZEPPELIN-2921] does not work conda environment in python interpreter ### What is this PR for? It seems that the environment of the python interpreter has changed to the py4j

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2574 I have separated this PR. I'm sorry for the confusion. https://github.com/apache/zeppelin/pull/2578 ---

[GitHub] zeppelin pull request #2574: [ZEPPELIN-2921 : 0.7x] does not work conda envi...

2017-09-10 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/2574 ---

[GitHub] zeppelin pull request #2575: [ZEPPELIN-2921] does not work conda environment...

2017-09-10 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/2575 ---

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2578 @1ambda @zjffdu @felixcheung Sorry. I divided the existing PR by the minimum function. Can you review this PR again? Thank you for your help :) ---

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2578 The problem of CI is irrelevant to this pr. ``` Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.462 sec <<< FAILURE! - in

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2574 I have a solution to remove conda related members from PythonInterpreter. also PythonCondaInterpreter will not have any members. However, it differs in focus from this PR. (The

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2574 Thank you @1ambda @zjffdu @felixcheung I think my code with various purposes is distracting you. And, unfortunately, my English ability is difficult to describe in a sophisticated

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2574 @zjffdu This change will work exactly as your request. There is only one python library path to be added. 1. If the user does not install python via conda. (If the user

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2574 @1ambda Currently there is a possibility that it will be structurally. However, if you store it in PythonCondaInterpreter, the problem is greatly aggravated. 1.

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2574 @cloverhearts `There is only one python library path to be added.` Do you mean the py4j ? IIUC, PythonInterpreter will add py4j to PYTHONPATH, it doesn't relate with

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2574 @cloverhearts There is no problem about python lib paths. `%python.conda install` and `%python conda list` commands are the problem. They don't aware activated env by Zeppelin.

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2574 In my opinion, allowing for fluctuations in the python environment is itself a problem. But zeppelin are supporting it. If it does not, then the semantics of conda activate and conda

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2574 @zjffdu @1ambda @felixcheung Thank you for your kind reply despite my lack of English. I hope this PR is merged. So, i will try to reflect your opinions as much as possible.

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2574 @cloverhearts There is no problem about python lib paths. `%python.conda install` command is the problem. So you don't need to write code for python path.

[GitHub] zeppelin pull request #2579: Zeppelin-2922 Allow removing last paragrap

2017-09-10 Thread malayhm
GitHub user malayhm opened a pull request: https://github.com/apache/zeppelin/pull/2579 Zeppelin-2922 Allow removing last paragrap ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2578 Thanks @cloverhearts , Is it possible to add unit test for `PythonCondaInterpreter` ? Regarding the CI failure, I know this failure and will fix it in another PR ---

[GitHub] zeppelin pull request #2572: [ZEPPELIN-2919] fix: Fallback to table when vis...

2017-09-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2572 ---

[GitHub] zeppelin issue #2569: ZEPPELIN-2562 Make Add paragraph button more prominent

2017-09-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2569 Merge if no more discussion. ---

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2578 @zjffdu Sure, Thank you :) ---

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2578 Tested locally and works well. @cloverhearts Can we fix `conda list` command as well? it will need exactly the same code with `conda install`. LGTM except for it. ---

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2578 @1ambda okay :) ---

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2578 fixed test case and conda list feature ---