#!/bin/bash
if ! hash papermill 2>/dev/null; then
pip install -q nbconvert=={NBCONVERT_VERSION} jupyter=={JUPYTER_VERSION} seaborn=={SEABORN_VERSION}
pip install -q https://github.com/valohai/papermill/archive/{PAPERMILL_VERSION}.tar.gz
fi
