Skip to content

Commit

Permalink
Bump notebook version to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 29, 2017
1 parent ec2bc18 commit 78e4d2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions repo2docker/detectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ class PythonBuildPack(BuildPack):
"${NB_USER}",
r"""
pip install --no-cache-dir \
notebook==5.2.0 \
notebook==5.2.2 \
ipywidgets==6.0.0 \
jupyterlab==0.28 && \
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
Expand Down Expand Up @@ -733,7 +733,7 @@ class LegacyBinderDockerBuildPack(DockerBuildPack):
USER main
WORKDIR /home/main/notebooks
ENV PATH /home/main/anaconda2/envs/python3/bin:$PATH
RUN conda install -yq -n python3 notebook==5.0.0 ipykernel==4.6.0 && \
RUN conda install -yq -n python3 notebook==5.2.2 ipykernel==4.6.0 && \
conda remove -yq -n python3 nb_conda_kernels && \
conda install -yq -n root ipykernel==4.6.0 && \
/home/main/anaconda2/envs/python3/bin/ipython kernel install --sys-prefix && \
Expand Down
2 changes: 1 addition & 1 deletion repo2docker/files/conda/environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- python==3.6.1
- notebook==5.2.0
- notebook==5.2.2
- ipython==6.0.0
- ipykernel==4.6.0
- ipywidgets==6.0.0
Expand Down

0 comments on commit 78e4d2f

Please sign in to comment.