Limn (verb)
1. Depict or describe in painting or words.
- also: This site, dedicated to the art of data visualisation.

D3 v4 in Jupyter Notebooks

I have recently started doing some data viz work with Jupyter Notebooks. The specific requirement has been getting data from Spark into D3 and using Jupyter is a quick way to do that as it has robust pyspark support.

The following notebook shows how this works using a built in Pandas data set. Note: The Github Gist doesn’t show that graph output though.