Notebook with two cells, code and markdown, each having the same tag, gets pushed through nbconvert with --ClearMetadataPreprocessor.enabled=True. Code cell's metadata comes out empty, markdown cell metadata remains untouched.
I would be happy to submit a PR for this, is this feature welcome? Should it be under the current flags of ClearMetadataPreprocessor.enabled and ClearMetadataPreprocessor.clear_cell_metadata?
Notebook with two cells, code and markdown, each having the same tag, gets pushed through nbconvert with
--ClearMetadataPreprocessor.enabled=True
. Code cell's metadata comes out empty, markdown cell metadata remains untouched.Input notebook nb.ipynb:
Result after running
jupyter nbconvert --ClearMetadataPreprocessor.enabled=True --to=notebook --stdout nb.ipynb
Nbconvert version: 6.4.0