colab-pdf icon indicating copy to clipboard operation
colab-pdf copied to clipboard

Doesn't export full notebook

Open RenatoLopes771 opened this issue 4 years ago • 4 comments

Other users on youtube are also having this issue. It's on the last few pages, where it doesn't print everything.

However, I don't believe it's fully your fault. If I try to print out of the browser, the same problem happens (and with ugly print). I don't know

RenatoLopes771 avatar Feb 23 '21 21:02 RenatoLopes771

Have you used any plots just before the problem starts to appear? If yes what kinds of plots?

If you are comfortable with it, could you share the notebook?

brpy avatar Feb 24 '21 05:02 brpy

Yes. Here's the file (I'll delete it once this issue is resolved): Just put it on google colab

file.zip

RenatoLopes771 avatar Feb 24 '21 19:02 RenatoLopes771

Hi! I ran it on colab after passing the exact file name with underscores.

It gave me the pdf file for all content as expected.

Could you maybe share your pdf file?

C_Exemplos_Recursivos_e_iterativos.pdf

brpy avatar Feb 26 '21 13:02 brpy

Today I had the same issue and I managed to address it by:

  1. Cloning the ipynb file into the "Colab Notebooks" directory.
  2. Changing the name of the file in order to transform all whitespaces into underscores (normalization of the file's name).

After these steps, one must just change the code section related to the conversion to PDF, specifying the file's name and then execute it. Easy peasy 👍

murgado avatar Jul 22 '21 12:07 murgado