jupyter / nbconvert

Jupyter Notebook Conversion
https://nbconvert.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.72k stars 564 forks source link

QTpdf documents with raw cells, run the lines together (at least on Ubuntu). #1995

Open frohro opened 1 year ago

frohro commented 1 year ago

Here is a notebook I have that has a raw cell with some Arduino code in it. That code is all run together into one line. See the pdf. It is not that way in the ipython notebook, which github will not let me attach. RC Circuit Control Example 2 DAC.pdf

tuncbkose commented 1 year ago

How about putting the code in a markdown code block?