Re: Downloading files from the notebook

2017-10-29 Thread Jongyoul Lee
You can just print out your notebook as a pdf. I might work well JL On Tue, Oct 17, 2017 at 3:21 AM, Jeff Chung wrote: > I have a notebook that can create a PDF dynamically. I would like to be > able to have a user to download the PDF. I tried storing the PDF in the > notebook directory and c

Downloading files from the notebook

2017-10-16 Thread Jeff Chung
I have a notebook that can create a PDF dynamically. I would like to be able to have a user to download the PDF. I tried storing the PDF in the notebook directory and creating a href link to http://localhost:8080/#/notebook/{notebook id}/mypdf.pdf but zeppelin just displays the zeppelin home inst