this is my first notebook on this server


In [2]:
import datetime

dt = datetime.datetime.now()

print 'The time is: %s' % dt


The time is: 2016-03-14 04:24:40.239227

In [ ]: