Customizing nbconvert
‘s PDF Export
nbconvert
‘s PDF ExportWhen working with the Jupyter Notebook (formerly IPython Notebook) one often wants to export the whole notebook including Python code and output of each cell to a document format like PDF which is more suitable for handing in reports or assignments. Jupyter’s nbconvert is a tool which allows you ...
Read more...