nteract / testbook

🧪 📗 Unit test your Jupyter Notebooks the right way
https://testbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
416 stars 37 forks source link

Add ability to skip cells #151

Closed rprater closed 7 months ago

rprater commented 1 year ago

Add the ability to skip cells by specifying the index of the cell or a list of indexes of cells a user wants to skip.

rprater commented 1 year ago

@rohitsanj sorry for the delay, let me know what you think.

alexchalita commented 1 year ago

this would be a cool feature to have!