Output not being saved
matiasandina opened this issue · 0 comments
matiasandina commented
I see no output from the exports when either running
!wget -nc https://raw.githubusercontent.com/brpy/colab-pdf/master/colab_pdf.py
from colab_pdf import colab_pdf
colab_pdf('path-to-notebook.ipynb')
- As the last cell after manual run
- As the last cell (using restart kernel and run all)
- As the first cell of a new notebook that points to the path
I have confirmed that Colab is saving the output, if I download the file to my local machine and open it on jupyter notebook, I see the output just fine (and I can CTRL+P
).
Any help appreciated!