Something I came across last week that may be useful. We are keeping a number of example jupyter notebooks which run the risk of getting out of date, since there are no tests. nbval can be used with py.test to ensure that the notebooks are not broken in ways similar to other code.
Something I came across last week that may be useful. We are keeping a number of example jupyter notebooks which run the risk of getting out of date, since there are no tests. nbval can be used with py.test to ensure that the notebooks are not broken in ways similar to other code.