ipython / ipynb

Package / Module importer for importing code from Jupyter Notebook files (.ipynb)

Home Page:https://ipynb.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate using .ipynbc files for compiled bytecode

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