In [ ]:
import k3d
plot = k3d.plot()
# here you would normally create objects to display
# and add them to the plot
plot.display()
If K3D is installed properly, after executing the above snippet you should see something like this:
In the next example we will learn how to display objects on the plot.
In [ ]: