nbval icon indicating copy to clipboard operation
nbval copied to clipboard

A py.test plugin to validate Jupyter notebooks

Results 62 nbval issues
Sort by recently updated
recently updated
newest added

``` ========================================================================================== FAILURES ========================================================================================== ___________________________________________________________________________________ test_collection_nbval ____________________________________________________________________________________ testdir = def test_collection_nbval(testdir): # Write notebook to test dir > _write_nb(sources, os.path.join(str(testdir.tmpdir), 'test_collection.ipynb')) /disk-samsung/freebsd-ports/devel/py-nbval/work-py39/nbval-0.9.6/tests/test_collect.py:44: _ _ _ _ _ _ _ _...

One of the ways we use `nbval` is to test legacy notebooks in new environments to see if there are any breaking changed to notebooks arising from environment updates. It...

We have this failure below and we could not understand why our `output-sanitize.cfg` regex file is unable to cover the diff. Why is the "**newly computed (test) output**" has the...

The latest release on pypi is 0.11 and if one installs the the current dev version it also comes up as 0.11 Would it be possible to switch to a...

This should address #145 ~Still draft as it doesn't work along with `rerunfailures`, and I don't yet see why.~ TODO checklist: - [ ] add option for ini, or maybe...

Currently commits in PRs are double triggering a CI, once in the main repo and once on the forks. This PR disables them on the forks, and assumes all development...

RTD is failing, this should fix it.

This should fix https://github.com/computationalmodelling/nbval/issues/171