- #56 Add "random" package to lazy imports
- #49 disable non-jupyter console from being polluted with lazy import print statements.
- import statements are now automatically added to the first CODE cell when a package is used in the notebook
- import statements are now automatically added to the first cell when a package is used in the notebook
- Users can now add own lazy imports by writing their import statements to ~/.pyforest/user_imports.py.
- Initial implementation