nbdev
nbdev copied to clipboard
cython support
nbdev should export %%cython
cells and allow them to be used in exported modules.
Possibly supporting %%cython_pyximport
first may be easier.
Dont have the skills required to create this feature myself but really hope somebody does. I have an crop simulation model (https://github.com/thomasdkelly/aquacrop) built using nbdev and currently use numba jit compilation to get it at the speed i want. Would much prefer cython to avoid the compilation times.