bookmark

Removing cells, inputs, or outputs — nbconvert 6.0.0a2.dev0 documentation


Description

Command line:

bash jupyter nbconvert --to latex --TagRemovePreprocessor.remove_cell_tags='{"skip"}' --TagRemovePreprocessor.enabled=True 'nb.ipynb'

Also, to use it via python you need to enable the TagRemoveProcessor manually.

See: source

Preview

Tags

Users

  • @becker

Comments and Reviews