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. So you don't need to write code for python path. 
---