jupyter-xeus / xeus

Implementation of the Jupyter kernel protocol in C++
https://xeus.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
903 stars 83 forks source link

Use papermill library to execute notebooks and check necessary outputs ? #407

Open anutosh491 opened 3 months ago

anutosh491 commented 3 months ago

We were trying to introduce a testing framework to test out the example notebooks in xeus-cpp and confirm the cell outputs.

There might be a possibility to move this to xeus and extrapolate this idea to all xeus-kernels.

JohanMabille commented 1 week ago

This should be done in a testing framework repo (like https://github.com/jupyter/jupyter_kernel_test), not in xeus itself.