This notebook uses datascience-notebook:
docker run --rm -p 8888:8888 -v `pwd`/work:/home/jovyan/work jupyter/datascience-notebook:eb70bcf1a292
In [1]:
%%bash
conda install -y watermark datashader tqdm
In [2]:
%load_ext watermark
In [3]:
%watermark
Download https://github.com/bokeh/datashader/blob/master/examples/nyc_taxi.ipynb if nyc_taxi.ipynb doesn't exist.
In [4]:
%%bash
wget --no-clobber https://raw.githubusercontent.com/bokeh/datashader/master/examples/nyc_taxi.ipynb