Relative Content

Tag Archive for jupyter-notebookjupyter-lab

Serving static files with jupyterlab

I create a PDF file in a notebook and save it to disk.
When I try to download it via a link (<a href="{pdf_file}">Click here to download: {pdf_file}</a>) in the notebook I get a 404 not found error message.