pytest-notebook
pytest-notebook copied to clipboard
A pytest plugin for regression testing and regenerating Jupyter Notebooks
Hi @chrisjsewell, thanks a lot for making this! I store notebooks in a repo where I do not commit the output. _Successfully running the notebook without exceptions_ is good enough...
I am not sure if this is intended behavior or a bug of the _pytest+pytest-notebook_ combination, but it behaves different to JupyterLab (3.2.2): If a notebook runs a python function...
I would like to pass an external variable while testing my jupyters. Can I do that?
I am very excited about using this plugin. It does exactly what we need on our [repo](https://github.com/PMEAL/OpenPNM). We have a folder of jupyter notebook examples which we want to test...
Hi, Great work ! Thanks that's very helpful ! While I'm having an issue, the notebooks in project serves as examples. The notebooks are saved in folder `docs/source/nbsample` mypackage/* docs/source/nbsample...
Currently, pytest-notebook limited to the following dependency: ```shell pytest-notebook 0.6.1 requires attrs=19, but you have attrs 23.2.0 which is incompatible. pytest-notebook 0.6.1 requires nbconvert~=5.6.0, but you have nbconvert 7.16.4 which...
The current bounds, `~=0.5.10`, translate to `>= 0.5.10, == 0.5.*` according to the "Version specifiers" spec. Given `nbclient` is currently at version 0.10.0, loosening the bounds allows for `pytest-notebook` to...