ipython/ipynb

Investigate using .ipynbc files for compiled bytecode

yuvipanda opened this issue · 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

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