In [1]:
# Hidden TimeStamp
import time, datetime
st = datetime.datetime.fromtimestamp(time.time()).strftime('%Y-%m-%d %H:%M:%S')
print('Last Run: {}'.format(st))
We recommend installing Anaconda (Python 2.7.6+ or Python 3.3+) prior to installing LamAna. conda
will ensure dependencies are pre-installed reliably.