OOI Jupyter Hub

In Jupyter Hub, I tried to save my notebook as a PDF using the “save and export notebook as”, under the file tab and I get: (under file) and I get a new web browser window with the message:

404 : Not Found
You are requesting a page that does not exist!

I tried the other option too but it seems I always get the same message as above.

Is this not enabled?

Thanks

George

Hi George,

I experienced the same issue as you.
I was able to use nbconvert to convert to a pdf as a work around.

In terminal,

jupyter nbconvert notebook.ipynb --to pdf

where “notebook.ipynb” is the name of the notebook you want to convert to PDF.

Hope this helps,

  • Ian

Hi Ian, Thanks for the tip. George