Skip to content

Commit

Permalink
update cli example (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole committed Apr 9, 2022
1 parent 4cff3f1 commit 36a11ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/removing_cells.rst
Expand Up @@ -58,7 +58,7 @@ This additional example demonstrates using the CLI to remove cells with a certai

.. code-block:: sh
jupyter nbconvert mynotebook.ipynb -TagRemovePreprocessor.remove_cell_tags='{"remove_cell"}'
jupyter nbconvert mynotebook.ipynb --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags remove_cell
Removing cells using Regular Expressions on cell content
--------------------------------------------------------
Expand Down

0 comments on commit 36a11ee

Please sign in to comment.