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


Fetching package metadata ...........
Solving package specifications: ..........

Package plan for installation in environment /opt/conda:

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    gsl-2.2.1                  |  blas_openblas_2         7.2 MB  conda-forge
    numexpr-2.6.2              |np112py35_nomkl_0         362 KB
    ------------------------------------------------------------
                                           Total:         7.5 MB

The following packages will be UPDATED:

    gsl:     2.2.1-0                       --> 2.2.1-blas_openblas_2   conda-forge [blas_openblas]

The following packages will be SUPERCEDED by a higher-priority channel:

    numexpr: 2.6.2-np112py35_0 conda-forge --> 2.6.2-np112py35_nomkl_0             [nomkl        ]

Fetching packages ...
gsl-2.2.1-blas 100% |###############################| Time: 0:00:00   8.67 MB/s
numexpr-2.6.2- 100% |###############################| Time: 0:00:00   8.47 MB/s
Extracting packages ...
[      COMPLETE      ]|##################################################| 100%
Unlinking packages ...
[      COMPLETE      ]|##################################################| 100%
Linking packages ...
[      COMPLETE      ]|##################################################| 100%

In [2]:
%load_ext watermark

In [3]:
%watermark


2017-04-29T01:22:12+00:00

CPython 3.5.2
IPython 5.3.0

compiler   : GCC 4.4.7 20120313 (Red Hat 4.4.7-1)
system     : Linux
release    : 4.9.13-moby
machine    : x86_64
processor  : 
CPU cores  : 2
interpreter: 64bit

In [4]:
%%bash
wget --no-clobber https://raw.githubusercontent.com/bokeh/datashader/master/examples/nyc_taxi.ipynb


File ‘nyc_taxi.ipynb’ already there; not retrieving.