damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.67k stars 414 forks source link

splitcell and hide_code in PDF #580

Open jedbrown opened 3 years ago

jedbrown commented 3 years ago

I use the splitcelll and hide_code extensions to format slides, but these don't take effect when exporting to PDF (so slides with code to generate figures spill over several PDF pages, etc.). I've been using the nbconvert method. I'm creating this issue in case others have the same problem and to ask whether you think this should be fixed in nbconvert, in splitcell and hide_code, or in RISE.

damianavila commented 3 years ago

My first thought is probably around some nbconvert customization (or something on top of nbconvert) to be aware of the splitcell and hide_code extension somehow...