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