Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Jul 24, 2022
1 parent 0fee362 commit 978a7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ whitespace ::
nbstripout --drop-empty-cells

Removing `init` cells
++++++++++++++++++++
+++++++++++++++++++++

By default ``nbstripout`` will keep cells with `init_cell: true` metadata. To disable
this behavior use ::

nbstripout --strip-init-cells

Removing entire cells
++++++++++++++++++++
+++++++++++++++++++++

In certain conditions it might be handy to remove not only the output, but the entire cell, e.g. when developing exercises.

Expand Down

0 comments on commit 978a7c5

Please sign in to comment.