chrisjsewell / pytest-notebook

A pytest plugin for regression testing and regenerating Jupyter Notebooks
https://pytest-notebook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
47 stars 9 forks source link

Just run notebooks (for notebooks where no output is stored) #36

Open basnijholt opened 1 year ago

basnijholt commented 1 year ago

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 for me.

How do I configure pytest-notebook to do this (if possible)? I couldn't find this use-case in the documentation.