Probing External C++ Functions with a Cython Wrapper in Jupyter
This is a practical demonstration of how cython can be used to wrap a C++ function. This has already been discussed here, as well as here.
But there is a problem with the methon discussed therein: it requires the user to include the C++ source files (which is not difficult …