#!/bin/bash
# binder.org postBuild script
set -ex

# Download Bokeh sample data
python -c "import bokeh.sampledata; bokeh.sampledata.download()"
