Re: Notebook copy per session/socket

2016-07-05 Thread ashish rawat
That would be awesome! I have added the comment in the pull request also. Can't wait to try it out with your changes. Regards, Ashish On Wed, Jul 6, 2016 at 11:06 AM, Khalid Huseynov wrote: > Thanks for the question Ashish, > > Actually it's a good feedback, and one of the reasons > https://gi

Re: Notebook copy per session/socket

2016-07-05 Thread Khalid Huseynov
Thanks for the question Ashish, Actually it's a good feedback, and one of the reasons https://github.com/apache/zeppelin/pull/1105 was proposed is to facilitate the case of using note as a dashboard without intervening with storage and other notebooks. I'll consider this feedback in the PR then an

Re: Notebook copy per session/socket

2016-07-05 Thread ashish rawat
Thanks Moon and Mohit. Moon, It's not clear to me if offline mode would allow changing input controls (dropdowns/input box etc) and view the new result. Our requirement is for a dashboard mode, where multiple users can play with the data using the input controls but don't interfere with each othe

Re: Notebook copy per session/socket

2016-07-05 Thread Mohit Jaggi
What if you make a physical copy of the notebook? Then the socket list will have only one destination. Perhaps you can define a “notebook template” as follows: Z -> Menu -> Create notebook template -> [ define your notebook template here ] Z -> Menu -> Create notebook from template -> [ choose t

Re: Notebook copy per session/socket

2016-07-04 Thread ashish rawat
+ user list, hoping someone can help here! On Mon, Jul 4, 2016 at 10:48 PM, ashish rawat wrote: > Hi everyone, > > I am trying to implement a functionality in Zeppelin, where a notebook > copy can be kept with each websocket associated with that notebook. This > way the notebook would be opened