Bruh
Bruh

Reputation: 25

How to export Jupyter notebook in one page?

I want to export a Jupyter notebook to pdf as one inseparable page. It is one inseparable page (picture 1) in .ipynb file, however when I try to save it as pdf, neither download as pdf nor ctrl+P give a desired output i.e. it is a file with many pages: picture 2
Is it possible to export it exactly as it is in the .ipynb without separation into pages (otherwise the output is not very pretty)?

Upvotes: 0

Views: 335

Answers (1)

mama
mama

Reputation: 2227

I dont know with jupyter-notebook but with jupyter-lab you can just click File->Export->As PDF

Illustration of export as pdf

Upvotes: 1

Related Questions