Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2565 @ruseel Livy session is shared across notes, as long as the notes belong to one user. Livy interpreter is designed for isolated across users. That means each user own one livy session, and he can share this session across his notes. The multi-tenancy means users share the same hadoop cluster.
---