davidbrochart / akernel

Asynchronous Python Jupyter kernel
MIT License
72 stars 5 forks source link

Better relationship between original and transformed code #10

Closed davidbrochart closed 3 years ago

davidbrochart commented 3 years ago

We should have a mapping of original code to transformed code, in terms of line numbers, in order to make traceback generation easier. Right it is kind of hacky.

davidbrochart commented 3 years ago

I think this is now handled automatically by using AST to transform code (#11).