Closed pganssle closed 7 years ago
Opening the Chrome console and navigating the presentation produces the error as well. So it seems this is an issue with the Jupyter notebook export.
That being said, it is not blocking and I've been able to successfully export the presentation with Decktape. It's just that the error gets propagated to the Decktape output. Let me know if that's the case for you too.
@astefanutti Ah, so it does! For whatever reason the first time it didn't generate the presentation, and in later tries apparently it was generating it in a pdf/ file and I guess I didn't look.
Weirdly, the fonts (especially the monospaced ones) seem a bit messed up. Does the version you created also handle monospaced fonts wrong?
@astefanutti Good call. I'll try playing around with the 2.x thing (I think I need to mess with the screen size to get it to look right). Thanks for the help!
I'm trying to create a PDF of my presentation - it was generated from a Jupyter notebook by
nbconvert --to-slides
(not using RISE). When I try and run decktape on it, I getReferenceError: Can't find variable: $
:I found this issue, which seems similar, but slightly different. That seems to be an issue with Reveal failing to load, whereas mine seems to be jquery failing to load. Is this a bug on my end?