-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
annotate collapsed cells with 'echo=false' #293
base: master
Are you sure you want to change the base?
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
weave
andconvert_doc
ignored whether the jupyter notebook cell was collapsed or not.This tiny PR annotates collapsed cells with
echo=false
during 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.