#!/usr/bin/env bash docker run --rm -it \ --volume "$PWD:/data" \ --workdir "/data" \ --entrypoint=$1 \ hub-jupyter \ ${@:2}