#!/usr/bin/env python # coding: utf-8 # # So easy, *voilĂ *! # # In this example notebook, we demonstrate how voila can render custom Jupyter widgets such as [ipyvolume](https://github.com/maartenbreddels/ipyvolume). # In[ ]: import ipyvolume as ipv ipv.examples.example_ylm();