What is the best way to print an iPython ( .ipynb) laptop that contains a lot of numbers / graphs, photos, and code that will appear with a horizontal scrollbar? I tried to convert them to HTML, slides, PDF, etc., but none of them brought a decent result. For example, slides have a super-large font / scaling, so that one page contains no more than 5 lines of text. I tried GitPrint, but it is only useful for markdown ( md) files . I tried to convert ipynbto texand use pdflatexto convert to PDF, but there are a lot of errors, and I continue to get stuck with a question mark hint (?) When I click on them, the result does not contain photos. So what's the best thing here? I am not interested in the extension, only that it looks good (for example ipynb) on paper.
source
share