Recommendation from: http://python-future.org/imports.html
Add this to the top of each python2 script/notebook:
from __future__ import absolute_import, division, print_functionRecommendation from: http://python-future.org/imports.html
Add this to the top of each python2 script/notebook:
from __future__ import absolute_import, division, print_function