#!/usr/bin/env python # coding: utf-8 # # Widget library exercise: Link some widgets up # We have covered several widget libraries. The idea in this exercise is that you should one of the complex widgets (bqplot, iyvolume, ipyleaflet etc) and combine it with one or more controls from the core widgets in `ipywidgets`. # # Anything is fine, so take a few minutes to play around. # In[ ]: