nbval
nbval copied to clipboard
Test notebook for cells with a semicolon
This notebook contains a cell where the output is suppressed with a semicolon. Nbval fails for this cell.
The notebook was created with the most recent version of jupyter notebook. It was run from the top, saved and closed.
How to reproduce:
pytest --nbval tests/semicolon.ipynb
What should happen: The test passes.
Btw, feel free to push into this PR if you like!
See also #194.
I'm a little late to the party, but I noticed you all aren't using a notebook review tool and wanted to invite you to review this pull request with GitNotebooks: https://gitnotebooks.com/computationalmodelling/nbval/pull/195
It lets you do things like comment on rendered markdown and code cells, so might be an easy win for your PR reviews.