FROM jupyter/base-notebook:cc47dbd7d84a

WORKDIR /usr/src/notebooks

RUN pip install -U ipychart

COPY ./examples/ .