Is it possible to programmatically wrap markdown cells?

I have a bunch notebooks whose markdown text Iā€™d like to wrap, ideally without opening each notebook. Any suggestions? :grinning:

The nbformat package allows you to programmatically read and parse notebook files. eg I used it here to demo how to pull out headers from markdown cells.

2 Likes