If you have a long series of imports that is very burdensome, you
could create a common.py library in the notebook with whatever imports
you wanted and do:
'from common import *'
- Owen
> --
> You received this message because you are subscribed to the Google Groups "Reinteract" group.
> To post to this group, send email to reint...@googlegroups.com.
> To unsubscribe from this group, send email to reinteract+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/reinteract?hl=en.
>