nbval
nbval copied to clipboard
A py.test plugin to validate Jupyter notebooks
This is an ambitious idea, and I'm not yet entirely sure of the details. Checking output data is often tricky: small changes can be meaningful, while large changes can easily...
This a great plugin. I'm getting unexpected errors for the following types of cells: - timestamps  - matplotlib figures  - pandas dfs . This PR enforces consistency.
Same reasoning as #190, avoid polluting the input history for interactive frontends.
when I try testing a javascript notebook, all cells fail with ``` ERROR nbval-tests/22.04/javascript.ipynb::Cell 0 - KeyError: 'status' ``` that's how a cell looks like in the notebook – in...
fixing an error with probably latest ipython: ``` E TypeError: from_parent() missing 1 required keyword-only argument: 'fspath' ```
Hi, I'd frequently add a semicolon to silence a notebook's output instead of sanitizing it, when I didn't care about the output but I did care about the cell actually...