Skip to content

Commit

Permalink
Update Jupyter deps to fix ipywidgets rendering issue
Browse files Browse the repository at this point in the history
Fixes jupyter#240

(c) Copyright IBM Corp. 2016
  • Loading branch information
jhpedemonte committed May 25, 2016
1 parent 15cf5e5 commit 9c01308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.kernel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM jupyter/all-spark-notebook:2d878db5cbff
# Collection versions in one place. Would like to use ARG, but docker verison on
# travis does not yet support it.
ENV KERNEL_GATEWAY_VER=0.5.0
ENV IPYWIDGETS_VER=5.1.3
ENV IPYWIDGETS_VER=5.1.5
ENV DECLWIDGETS_VER=0.5.2

RUN pip install "jupyter_kernel_gateway==$KERNEL_GATEWAY_VER"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"hjson": "^1.7.4",
"http-proxy": "^1.12.0",
"jupyter-js-notebook": "^0.19.1",
"jupyter-js-services": "^0.9.2",
"jupyter-js-services": "^0.10.2",
"jupyter-js-ui": "^0.11.1",
"jupyter-js-widgets": "^1.1.1",
"jupyter-js-widgets": "^1.1.2",
"morgan": "^1.6.1",
"nconf": "^0.8.2",
"passport": "^0.3.2",
Expand Down

0 comments on commit 9c01308

Please sign in to comment.