From 36a11eeb29076d5ffc706ca03aeedcd34ced12df Mon Sep 17 00:00:00 2001 From: "Leah E. Cole" <6719667+leahecole@users.noreply.github.com> Date: Sat, 9 Apr 2022 06:09:56 -0400 Subject: [PATCH] update cli example (#1753) --- docs/source/removing_cells.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/removing_cells.rst b/docs/source/removing_cells.rst index 1e303daf7..56eda8775 100644 --- a/docs/source/removing_cells.rst +++ b/docs/source/removing_cells.rst @@ -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 --------------------------------------------------------