Is it possible to have jupyter nbconvert ... --to script
ignore markdown cells rather than convert them to comments?
I'm asking because I want to use flake8
to check the Python code that's generated but I don't want to include the markdown cells (for example, because they are often long lines, and I don't want flake8 to complain about them).