I want to share ONLY results (output) to analysts and do not want them to see the code and be able to edit/delete it.
I have zeppelin NoteBook here http://zeppelin-hostname:10008/#/notebook/2B33R9P23. The current problem am seeing is if i share this URL, the notebook can be edited / deleted, i want to avoid that. The above notebook has few paragraphs, i see there is a "Link to this paragraph" under settings. http://zeppelin-hostname:10008/#/notebook/2B33R9P23/paragraph/20151002-151946_1287994239?asIframe This shows me just the output but anyone can change the URL and again edit/delete notebook/paragraph. 1) Can you elaborate on "Share Notebook folder", where is the location of notebook folder ? I want to share the results as report and not the code. 2) Where is Printing CSS located ? 3) How can i host notebook file in Github and then link it with Zeppelin. I assumed that Zeppelin does not have integration with Git (as of now), are you saying i manage notebooks (code) separately in git and then copy it into zeppelin notebook ? And i cannot host it on public repo (github.com) as it contains confidential data. On Thu, Oct 15, 2015 at 1:45 AM, David Salinas <david.salinas....@gmail.com> wrote: > Hi, > Thanks for your answer. I need an 'offline' solution so only 2 works for > me. I have already tried to print to a pdf but the layout is not great. > Some cell have long line output which set a huge width to the document and > if I remove output from cells, I remove the plot ... I know I can cherry > pick the cell that have an output but this is not a great solution. > Best, > David > > On Thu, Oct 15, 2015 at 4:51 AM, Corneau Damien <cornead...@gmail.com> > wrote: > >> Hi, >> >> Zeppelin doesn't have any export feature, however there is a few ways >> depending on the case. >> >> - If the person you want to share to has Zeppelin, you can just send him >> the Notebook folder by email. >> - If you just want to send a static report (pdf style), Zeppelin has a >> printing css, so you can just do a print on the notebook and save to pdf >> (you can tweak the printing result by using report theme on your notebook >> for example) >> - If your notebook file is hosted on github or other public place, you >> could use https://www.zeppelinhub.com/viewer >> - Otherwise there is https://www.zeppelinhub.com but it's still in >> closed Beta >> >> Overall the printing trick works pretty much like a export to pdf >> >> On Thu, Oct 15, 2015 at 2:07 AM, David Salinas < >> david.salinas....@gmail.com> wrote: >> >>> Dear developers, >>> >>> How can you export zeppelin notebook to someone else? In Jupyter there >>> is an export function to html/pdf etc. In Zeppelin, I tried to save a page >>> to an html with the browser to get a report.html but when I open it, it >>> redirects automatically to report.htm/l#/ where nothing can be seen (I can >>> allow access to the server from the exterior so providing a link wont work). >>> Is there an easy way to handle that? >>> >>> Thanks! >>> >>> Best, >>> >>> David >>> >>> >> > -- Deepak