You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Roshan Punnoose <ro...@gmail.com> on 2018/01/24 23:40:31 UTC

User based Notebook Repo

I want to create a notebook repository that will return notes that only the
user can see. The NotebookRepo seems to work well; however, it seems like
it caches the data in the Notebook class and all users can see any Note
that is loaded. Is there a way to tell the ZeppelinServer/Notebook classes
to only load the Notes from the logged in user and display those?