annotate collapsed cells with 'echo=false'#293
annotate collapsed cells with 'echo=false'#293JonasIsensee wants to merge 6 commits intoJunoLab:masterfrom
Conversation
|
Tests pass on 1.3 and 1.4. These failures seem unrelated. |
|
can you rebase this against master ? |
So maybe to collapse a cell, we need this Jupyter notebook extension right ? |
Co-Authored-By: Shuhei Kadowaki <[email protected]>
Co-Authored-By: Shuhei Kadowaki <[email protected]>
…into respect-collapsed
Co-Authored-By: Shuhei Kadowaki <[email protected]>
d3c3c01 to
e2057f6
Compare
|
This additional commit adds an extra keyword |
|
sorry for being so late to response, I will take a look on this again later 🙇 |

Hi there,
I noticed that so far
weaveandconvert_docignored whether the jupyter notebook cell was collapsed or not.This tiny PR annotates collapsed cells with
echo=falseduring conversion to make sure that the source code will not show in the resulting markdown file.Kind regards,
Jonas
PS: I don't care at all for these particular lines of code in case they don't fit your style.