nbstripoutEasy Playground

Strip output from notebooks for clean version control

Getting started with nbstripoutRun locally
Install
pip install nbstripout
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: nbstripout)

nbstripout is a third-party package. Strip output from notebooks for clean version control. Install with: pip install nbstripout

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?