nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

cython support

Open jph00 opened this issue 4 years ago • 1 comments

nbdev should export %%cython cells and allow them to be used in exported modules.

Possibly supporting %%cython_pyximport first may be easier.

jph00 avatar Nov 10 '20 18:11 jph00

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.

thomasdkelly avatar Sep 07 '21 14:09 thomasdkelly