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

As title. I very often work with notebooks which first generate a dataset then proceed to analyse it across a number of interdependent cells. I would assume that most users...

When executing a notebook with nbval, `get_ipython().history_manager.input_hist_raw` (mentioned by @takluyver in https://github.com/jupyter/notebook/issues/3101#issuecomment-348549723) does not work for recent versions of nbval, so it is not possible to get the source of...