#!/usr/bin/env python # coding: utf-8 # # Test Pangeo Gallery 1 # In[1]: from datetime import datetime now = datetime.today() print("Today's date and time:", now) # In[2]: import socket print(socket.gethostname()) # In[ ]: