Skip to content

Commit

Permalink
Merge pull request jupyterhub#150 from yuvipanda/notebook-bump
Browse files Browse the repository at this point in the history
Bump notebook version to 5.2.2
  • Loading branch information
yuvipanda authored Nov 29, 2017
2 parents a11839b + 17d3495 commit 6ecbd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
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 6ecbd7c

Please sign in to comment.