nbmake icon indicating copy to clipboard operation
nbmake copied to clipboard

📝 Pytest plugin for testing notebooks

Results 16 nbmake issues
Sort by recently updated
recently updated
newest added

1. nbmake is not clearly able to run all cells to see which pass (maybe [allow errors](https://github.com/treebeardtech/nbmake#allow-errors-for-a-whole-notebook) should run all AND fail if cells fail if an option is set)....

enhancement

**Describe the bug** A running test session with e.g.`pytest --nbmake *.ipynb` cannot be terminated with `Ctrl-C`, the `nbmake` . The only way to terminate the test session was to kill...

bug

This is handled fine but not surfaced correctly.

bug

Simple tests added, all tests pass. (Note: I could simplify the format even more to require every cell in a unique test (instead of using section headings) if you like,...

**Describe the bug** I'm seeing the following error message in CI: ``` NBMAKE INTERNAL ERROR Exception ignored in: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/jsonschema/exceptions.py", line 134, in _set for...

bug
help wanted

**Describe the bug** The ITKWidgets project cannot test a notebooks that calls a widget which is only initialised when a browser is present **To Reproduce** See https://github.com/InsightSoftwareConsortium/itkwidgets/pull/587 **Expected behavior** Can...

bug
enhancement

**Is your feature request related to a problem? Please describe.** An issue stated that marking expected errors in metadata could be less cumbersome **Describe the solution you'd like** Potentially a...

enhancement

**Describe the bug** Hi I think there is an issue with the glob. Here is the directory ❯ tree examples/1-singlecell -L 1 examples/1-singlecell ├── hoc ├── morphology ├── singlecell.ipynb └──...