Install ipywidgets in base

I consider it part of base notebook install :)
pull/6/head
yuvipanda 2017-04-14 11:43:06 -07:00
rodzic 4aa5eb60cf
commit 12a89763eb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ WORKDIR /home/jovyan
USER jovyan
RUN python3 -m venv ${APP_DIR}/venv
RUN ${APP_DIR}/venv/bin/pip install --no-cache-dir notebook==5.0.0 jupyterhub==0.7.2
RUN ${APP_DIR}/venv/bin/pip install --no-cache-dir notebook==5.0.0 jupyterhub==0.7.2 ipywidgets==5.2.3
COPY ./s2i/bin/ /usr/libexec/s2i