Re: Disable sharing of zeppelin charts state across sessions

2016-05-04 Thread Johnny W.
We have the same issue. I think this is because dynamic forms are part of the "shared contents" of notebooks, and are serialized along with the result data every time when we change them. One potential solution can be: adding a "save form" button. Only serialize the forms and data when we click on

Re: Disable sharing of zeppelin charts state across sessions

2016-05-03 Thread Chirag Sharma
This is an urgently required feature that I am also looking forward to. On Tue, May 3, 2016 at 3:29 PM, PROJJWAL SAHA wrote: > Hello, > > I am working on a web application which consumes zeppelin charts in an > iframe. I would not like the charts displayed in one user session be > impacted by ac

Disable sharing of zeppelin charts state across sessions

2016-05-03 Thread PROJJWAL SAHA
Hello, I am working on a web application which consumes zeppelin charts in an iframe. I would not like the charts displayed in one user session be impacted by actions performed by other users on the same charts in other sessions. I assume this is due to usage of web-sockets framework by Zeppelin.