I use Jupyter notebook for Python in a project at school. I want to convert the notebook to a PDF file. I installed nbconvert and made it work. Only problem is that I want the pdf to look exactly like the notebook itself, ie include the borders around the input and output cells. When I used markdown in cells to comment my work the spacing also was wrong. Works great when I convert to html, but I need a pdf.
tl;dr: I want the PDF file to include the borders around the cells.
