#!/usr/bin/env python # coding: utf-8 # In[ ]: from k3d import K3D texture = K3D.texture('assets/texture.png') plot = K3D() plot + texture plot.display() # In[ ]: texture.image = 'http://i.stack.imgur.com/ILTQq.png'