News

Description of the problem When trying to visualize mne data in a jupyter notebook, I get the following error: 'NoneType' object has no attribute '_get_renderer' Steps to reproduce So this is a ...
I have a C++ library with one function that takes a function pointer (let's call it register (my_callback_t cb)) as a callback. I want to wrap this with PyBindGen so that I can call the register ...