Life Expectancy Split Violin#

Download this notebook from GitHub (right-click to download).


import holoviews as hv
import pandas as pd

from holoviews import dim
from bokeh.sampledata.gapminder import regions, life_expectancy

hv.extension('bokeh')