pip install nbconvert_reportlab
And use with:
jupyter nbconvert --to pdf-rl MyNotebook.ipynb
This also forms an example of shipping an exporter outside the nbconvert package, and of an
exporter which does not use a template.
Feel free to kick the tyres!
Thomas
this error occurs:
from html import escape
ImportError: No module named html
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qg1fnpRoAyqS8uyPFhQMEqEQVk3fXpxMThSWxtbpQtReA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
I have python 3 installed, but still the error occurs :(