Hello, I don't know exactly what's going on. This is cause by two
possible problems.
1. it took too long to create it. In that case just do F5 to reload
that download page again. I haven't figured out who times out too
early :-\
2. There are problems with latex. jupyter is very optimistic and
assumes, that every latex code will always compile no matter what. On
the command line, you can try your luck with
jupyter-nbconvert --to=latex [filename].ipynb
and debug by hand, or also be optimistic by doing
jupyter-nbconvert --to=pdf [filename].ipynb
As a possible solution to all of this, maybe does anyone know a good
html to pdf converter? Because then, a third possibility would be to
first run
jupyter-nbconvert --to=html [filename].ipynb
which produces a single html file containing everything (and works all
the time, because hey, jupyter is html!), and then running such a html
to pdf converter to get the PDF. I think, firefox or some headless
chrome could do that, but then you have page folds and other extras
printed in the pages :-(
-- harald
> --
> You received this message because you are subscribed to the Google Groups
> "sage-cloud" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
sage-cloud+...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/sage-cloud/a497eb5c-d4c9-4cd6-96c3-e90ddf5afe93%40googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.