ipynb
ipynb copied to clipboard
Investigate using .ipynbc files for compiled bytecode
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.