ipynb icon indicating copy to clipboard operation
ipynb copied to clipboard

Investigate using .ipynbc files for compiled bytecode

Open yuvipanda opened this issue 9 years ago • 1 comments

Similar to .pyc files for .py files.

[ ] Investigate how .py -> .pyc compilation works [ ] Investigate how much of a perf improvement it really is

yuvipanda avatar Nov 06 '16 19:11 yuvipanda

Using SourceFileLoader now seems to provide .pyc compilation for us automatically. Needs more investigation.

yuvipanda avatar Nov 08 '16 01:11 yuvipanda