K3D Examples

Try one of the examples below!


In [27]:
# just generating the list here, nothing to see...
from IPython.display import Markdown
Markdown("\n".join([
    "- ## [{}]({})".format(x[9:-6].replace("_", " "), x)
    for x in sorted(glob("examples/*.ipynb"))
]))


Out[27]: