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 instead of taking me to the file. How can I download a file from my notebook?
Jeff