In [1]:
from cartoframes.auth import set_default_credentials
set_default_credentials('cartoframes')
In [2]:
from cartoframes.viz import Layer, animation_style
Layer('parcels', animation_style('ccyrblt'))
Out[2]:
In [3]:
from cartoframes.viz import Layer, animation_style
Layer('parcels', animation_style('ccyrblt'), default_widget=True)
Out[3]: