In [ ]:
from k3d import K3D

position = (0.5, 1.0, 0.0)

plot = K3D()
plot += K3D.text('K3D Jupyter', position, color=0xff0000, font_face='Arial', font_weight='bold')
plot.display()