Closed Isaac-Flath closed 2 years ago
@jph00
I created a processor that strips hidden: true metadata from code cells and added it to base_procs. "hidden: true" is added by a nb extension and when passed to quarto makes the cell hidden.
base_procs
This was uncovered as an in the fastai/apl-study repo, and discussion about this is located at and around this post in the array programming category
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@jph00
I created a processor that strips hidden: true metadata from code cells and added it to
base_procs
. "hidden: true" is added by a nb extension and when passed to quarto makes the cell hidden.This was uncovered as an in the fastai/apl-study repo, and discussion about this is located at and around this post in the array programming category